Install Ronas IT Angular Schematics using Angular CLI
:
ng add @ronas-it/angular-schematics
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
.
ng g init-project
ng g shared-module
ng g section-module
ng g page-module
ng g store