@ronas-it/angular-schematics
v13.3.5
Published
Ronas IT Angular Schematics
Downloads
56
Readme
Ronas IT Angular Schematics
Getting Started
Install Ronas IT Angular Schematics using Angular CLI
:
ng add @ronas-it/angular-schematics
Usage
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-project
Generate shared module
ng g shared-module
Generate section module
ng g section-module
Generate page module
ng g page-module
Generate store
ng g store