Completed
How to extend Schematic?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
NgRx Schematics
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What are Schematics?
- 3 Two Types of Tasks
- 4 Angular CLI
- 5 @angular-devkit/schematics
- 6 Schematic files update
- 7 @ngrx/schematics
- 8 How to use NgRx Schematics?
- 9 Counter?
- 10 Star Wars Knowledge Base
- 11 Scaffold
- 12 Add NgRx dependencies
- 13 Initialize store and effects
- 14 Create NgRx feature
- 15 reducers/index.ts
- 16 heroes.module.ts
- 17 heroes.actions.ts
- 18 How to extend Schematic?
- 19 Create custom schematic
- 20 collection.json
- 21 Rule factory
- 22 templates
- 23 test