Completed
strictSafeNavigation Types: false
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Stronger Type-Checking in Templates with Ivy
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is strict Templates?
- 3 Color scheme
- 4 Type Checking in v8
- 5 Checked in basic mode
- 6 fullTemplateTypeCheck Mode
- 7 Examples
- 8 strict Templates: ngFor
- 9 Safe navigation setup
- 10 strict Templates: Safe navigation
- 11 Enabling strict Templates
- 12 Why disable specific checks?
- 13 strictSafeNavigation Types: false
- 14 strictDomEventTypes: false
- 15 Example Template
- 16 Generated Type-checking Code
- 17 Summary