NgRx Schematics
Offered By: ng-conf via YouTube
Course Description
Overview
Explore NgRx Schematics in this 19-minute conference talk from ng-conf. Learn about the two types of tasks in Schematics, Angular CLI integration, and @angular-devkit/schematics. Discover how to use NgRx Schematics to scaffold your project, add NgRx dependencies, initialize store and effects, and create NgRx features. Dive into practical examples like building a Counter and Star Wars Knowledge Base. Understand the structure of key files such as reducers/index.ts, heroes.module.ts, and heroes.actions.ts. Finally, learn how to extend Schematics by creating custom schematics, working with collection.json, rule factories, templates, and testing.
Syllabus
Intro
What are Schematics?
Two Types of Tasks
Angular CLI
@angular-devkit/schematics
Schematic files update
@ngrx/schematics
How to use NgRx Schematics?
Counter?
Star Wars Knowledge Base
Scaffold
Add NgRx dependencies
Initialize store and effects
Create NgRx feature
reducers/index.ts
heroes.module.ts
heroes.actions.ts
How to extend Schematic?
Create custom schematic
collection.json
Rule factory
templates
test
Taught by
ng-conf
Related Courses
Custom RxJS Operators are Standing By! Act Now!ng-conf via YouTube Power Angular with WebStorm Workshop
ng-conf via YouTube Thinking Outside the Box - Taking Your LOB Apps to the Next Level
ng-conf via YouTube Do More Using GitHub, AI, and VS Code
ng-conf via YouTube Faster Apps with Angular SSR
ng-conf via YouTube