@ronas-it/angular-schematics
v13.3.5
Published
Ronas IT Angular Schematics
Downloads
373
Readme
Ronas IT Angular Schematics
Getting Started
Install Ronas IT Angular Schematics using Angular CLI:
ng add @ronas-it/angular-schematicsUsage
Note: The commands below work if @ronas-it/angular-schematics
is installed as the default schematics collection for the project.
Otherwise, you should use the syntax ng g @ronas-it/angular-schematics:command.
Init project
ng g init-projectGenerate shared module
ng g shared-moduleGenerate section module
ng g section-moduleGenerate page module
ng g page-moduleGenerate store
ng g store