Completed
4.6 Summary
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Scaling Large Angular Apps
Automatically move to the next video in the Classroom when playback concludes
- 1 Scaling large Angular apps
- 2 Let's talk about JavaScript
- 3 1.3 TypeScript
- 4 Head start
- 5 3.1 Get rid of plain Controllers
- 6 3.3 Components vs Directives
- 7 3.4 Component isolation
- 8 API calls
- 9 4.1 Base configuration
- 10 4.2 Request Interceptors
- 11 4.3 Response Interceptors
- 12 4.4 Error Interceptors
- 13 4.6 Summary
- 14 Performance
- 15 5.1 Watchers
- 16 5.3 Caching
- 17 5.4 Production Mode
- 18 5.5 Service Workers
- 19 Testing
- 20 Writing tests flexibility to optimize without breaking functionality
- 21 7.2 Component Based Architecture
- 22 7.3 Lazy Loading
- 23 7.4 Web Worker support
- 24 7.5 Static Template Compilation
- 25 7.5 Tree Shaking
- 26 7.6 Service Side rendering
- 27 Closing thoughts
- 28 Scaling requires a solid codebase