AngularJS In Depth - p-patel/software-engineer-knowledge-base GitHub Wiki

https://app.pluralsight.com/library/courses/angularjs-in-depth/table-of-contents

Hello AngularJS

Build a Strong AngularJS Foundation

  • The 20% of AngularJS used 80% of the time...

The AngularJS Players

  • Module - defines how the app is required to 'happen' - services etc.
  • Config - globally defined - e.g. constants or things needed before app is up and running
  • Routes
  • View & Controller - mapped by Route
  • Scope - between View and Controller, glues everything together
  • Directives - augment a View
  • Services - augment a Controller