tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.83k stars 917 forks source link

how do i generate new component with effect, reducer store etc automatically #464

Closed bhumin3i closed 5 years ago

bhumin3i commented 5 years ago

i want to generate new dashboard component like example structure using CLI with .store,reducer etc.can you please suggest me best way

generate dashboard component

ng g c dashboard/dashbaord --flat

generate component

ng g c dashboard/active/components/active-container --flat

generate NGRX structure

ng g effect dashboard/active/active ng g a dashboard/active/active --spec ng g r dashboard/active/active --spec

generate model

ng g class dashboard/active/active --type=model