Angular Connect 2015: A Highlights Tour

Angular Connect 2015: A Highlights Tour

AngularConnect 2015 is over, and what a conference it was! With two tracks of talks, two tracks of Q&A, one track of unconference talks, and countless hallway conversations, it was one of the biggest tech conferences I’ve ever attended. At this point my head is...
Angular 2 for AngularJS Developers

Angular 2 for AngularJS Developers

Now that Angular 2 released beta someone moved our cheese! Let’s put on our running shoes. First off let me start off by saying I have been writing Angular 2 for nearly one year now (actually, since this tweet) and writing AngularJS since the first stable release. I...
State of Type Script Packages

State of Type Script Packages

As a module author and developer, I love TypeScript. It allows me to write, publish and consume 100% type-safe JavaScript. Features like autocompletion, type validation and ES6 features are now part of my typical workflow. I’ve published half a dozen modules on NPM,...
Angular 2 Beta Release

Angular 2 Beta Release

The Angular 2.0 Beta release is here and the Angular Team released it live on AngularAir, a weekly Angular Podcast by AngularClass. Angular 2 Resources Angular 2 website: The offical website Angular 2 Webpack Starter: The fastest way to get started with your Angular 2...
Create A Simple Reactive Store For Angular

Create A Simple Reactive Store For Angular

Angular 2 uses observables for many features and has a peer dependency on RxJs for its robust API around observables. Did you know viralme.io was created with angular2? The community has adopted a single store approach for dealing with state in modern applications....