-
Notifications
You must be signed in to change notification settings - Fork 1
AngularJS In Depth
Pritesh Patel edited this page Apr 30, 2019
·
4 revisions
https://app.pluralsight.com/library/courses/angularjs-in-depth/table-of-contents
- The 20% of AngularJS used 80% of the time...
- 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