hemangsk / ngrx-feature-schematics-bug

Reproducing a possible bug in ngrx/schematics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps For Reproduction

ng add @ngrx/schematics@latest  

ng g m dashboard --routing
ng g c dashboard/dashboard 

ng add @ngrx/store@latest

ng generate feature dashboard/store/Dashboard -m dashboard/dashboard.module.ts --group  
? Should we generate and wire success and failure actions? Yes
? Do you want to use the create functions? Yes
? What should be the prefix of the action? custom

About

Reproducing a possible bug in ngrx/schematics


Languages

Language:HTML 63.4%Language:TypeScript 30.7%Language:JavaScript 5.7%Language:CSS 0.2%