
Should you learn Angular 1.x or 2?
A question that is frequently asked of Todd is, “should I learn Angular 1 or 2?”. He hopes this post offers some insight, help and guidance into answering that question for us. No one can answer it directly, because it’s specific to ourselves, so here are some thoughts.
Working With Angular Template Forms - DZone Web Dev
Fabian Gosebrink, wants to use this blog post to show us how to work with Angular’s template-driven forms.

Understanding Types in TypeScript
Working with JavaScript involves knowing a lot more than JavaScript. Remember the old days where we imported jQuery through a CDN and used that to manipulate a few things in the DOM or run some AJAX requests? That’s changed.

Best in Class UI Components for Angular Development – Kendo UI for Angular
We on the Kendo UI for Angular team are engineering true Angular UI components, not just wrapping existing components like other vendors. We’re dedicated to delivering pure, high-performance Angular UI components without any jQuery dependencies because we won’t settle for anything less and we don’t think you should either.
Size of Angular applications
In this post, we will examine how Angular applications grow in size when moving beyond the “Hello World” baseline example.

Angular 2 Change Detection: “Seeing” It in Action
The Angular 2 change detection system is somewhat of a black box: you update some variables in the model, and the components update automatically. Thoughtram, Victor Savkin, and other websites have written some excellent posts explaining change detection (which are referenced in this post). Often, these posts present a series of graphs and diagrams that illustrate how the detect-and-update machinery works theoretically.
Building and Securing Koa and Angular 2 with JWT
Single Page Applications (SPAs) can benefit greatly from JWT secured backends. Here we will see how to secure an Angular 2 app, backed by Koa, with JWTs.