When comparing AngularJS Tutorial: A Comprehensive 10,000 Word Guide vs AngularJS by Example, the Slant community recommends AngularJS by Example for most people. In the question“What are the best resources to learn AngularJS?” AngularJS by Example is ranked 11th while AngularJS Tutorial: A Comprehensive 10,000 Word Guide is ranked 14th. The most important reason people chose AngularJS by Example is:
The author anticipates many of the common errors you may encounter while working through the practice examples. He explains why they happen, and how to prevent them.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Uses really clear examples
Every explanation on a new topic is followed by an example to further demonstrate it.
Pro Comprehensive crash course
Does a really good job of explaining what AngularJS is and what problems it solves.
Pro Anticipates and explains errors
The author anticipates many of the common errors you may encounter while working through the practice examples. He explains why they happen, and how to prevent them.
Pro Real world projects
The book incrementally develops more than one real world angular apps with detailed explanation of Angularjs concepts. Companion source code also works just fine with angular v 1.3
Cons
Con Need to sign in with Github to see full code examples
If you want to see the full code examples that go with the tutorial, you need to have a Github account and authorize access for AirPair.
Con "Handling Common Scenarios" chapter could be more in-depth
The chapter explains a few common scenarios and how to deal with them using best practices.
However it's a bit light for a fairly important chapter and only touches on things like authentication and authorization.