Completed
Bundle Size Decrease
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Improving Build Speed & Bundle Size with Angular Ivy
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Angular Ivy?
- 3 What is Bundling and Tree-Shaking?
- 4 Tree-Shaking in the Ivy Compiler
- 5 Bundle Size Decrease
- 6 Improved Build Times
- 7 Ivy and View Engine Sample
- 8 Ahead-of-Time (AOT) Compilation
- 9 Better Build Errors
- 10 Faster Testing with Test Bed
- 11 Test Cases with Component Harnesses
- 12 Improved Debugging with the ng Variable
- 13 Improved Debugging with Better Errors
- 14 Improved CSS & Style Bindings
- 15 Better Template Type Checking
- 16 Using Strict Templates
- 17 Improved Internationalization and Localization
- 18 Using the Ivy Compiler
- 19 Potential Changes when Updating to lvy
- 20 Building and Consuming Libraries with Ivy
- 21 Final Thoughts