- Official Angular Tutorial While not especially easy to follow this tutorial has a ton of great information in it.
- The ng-book This book isn't cheap but it is the most comprehensive book on Angular that I've found.
- Plural Sight: Angular Fundamentals A plural sight subscription also isn't cheap but this video series is great and they do have a free trial that will get you through most of it.
- Code School: Shaping up with Angular Another subscription service with a free trial. This is a great interactive introduction to Angular.
- <a href="http://todomvc.com/architecture-examples/angularjs/#/"Angular TODO MVC TODO MVC is amazing, a great resource to learn any client side javascript framework.
- A Better Way to Learn Angularjs A great easy introduction to Angular with links to more in depth resources.
- Dependency Injection One of the fundamental pieces of Angular is Dependency Injection and understanding how it works is a necessity for any serious Angular Developer
- Javascript Jabber: Dependency Injection An episode of the Javascript Jabber podcast with Misko Hevery, one of the original developers of Angular. This episode focuses on Dependency Injection both in Angular and as a general pattern.
- Egghead.io Contains both free and subscription based "pro" videos on Angular and many other web development tools.
- < href="https://github.com/jmcunningham/AngularJS-Learning">A Link to More LinksA github repository full of links to great Angular.js resources.