AngularJS blogs
Explore the depths of the AngularJS (1.x) framework and best-practices.
Should you learn Angular 1.x or 2?
A question that I’m frequently asked, “should I learn Angular 1 or 2?”. I hope this post offers some insight, help and guidance into answering that...

Todd Motto
Jan 20, 2017
Angular 1.6 is here, this is what you need to know
AngularJS 1.6 was just released! Here’s the low down on what to expect for the component method changes as well as $http Promise method deprecation...

Todd Motto
Dec 6, 2016
Join our email community
Developer tips and tricks, motivation, discounts and new course launches.
Modern Angular 1.x essential interview questions
AngularJS 1.x has changed a lot with version 1.5 introducing .component(), and with this it brings a whole new light to interviewing. At many previ...

Todd Motto
Nov 4, 2016
The future for Angular 1.x, what next?
Angular 2 is upon us, and with the new approach the Angular team are taking with semantic versioning (SemVer), Angular 3 will shortly be upon us. T...

Todd Motto
Nov 4, 2016
Documenting your Angular app using Dgeni in 10 easy steps
The following is a guest post by @sebastpelletier. Don’t hate on me, as my hair styling techniques are not as good as Todd’s ;)

Todd Motto
Sep 30, 2016

All about $q and Promises in Angular
You’ve seen $q, maybe used it, but haven’t uncovered some of the awesome features $q provides, such as $q.all() and $q.race(). This article dives i...

Todd Motto
Aug 15, 2016

A new Angular 1.x ES2015 styleguide, the path to Angular 2
As many of you know, I created an AngularJS (1.x) styleguide back in July 2014, it’s grown in popularity since inception, and has served many teams...

Todd Motto
Jun 13, 2016

Lifecycle hooks in Angular 1.5
Lifecycle hooks are simply functions that get called at specific points of a component’s life in our Angular apps. They landed in AngularJS 1.5 and...

Todd Motto
Jun 3, 2016

Angular .service or .factory, the actual answer
I was giving a workshop earlier this week, and as the workshop came to a close and people were leaving, an attendee asked if I could explain the di...

Todd Motto
Mar 11, 2016

$onInit and new require Object syntax in Angular components
The component() helper method shipped with so many great features to take us even closer towards Angular (v2+) syntax and integration. Let’s explor...

Todd Motto
Feb 11, 2016

Stateless Angular components
There were a tonne of interesting changes happening in the beta and release candidate phases of AngularJS 1.5, one of them was the introduction of ...

Todd Motto
Feb 8, 2016