Ronas IT Angular Schematics
npm install @ronas-it/angular-schematicsInstall Ronas IT Angular Schematics using Angular CLI:
``bash`
ng add @ronas-it/angular-schematics
_Note: The commands below work if @ronas-it/angular-schematicsng g @ronas-it/angular-schematics:command
is installed as the default schematics collection for the project.
Otherwise, you should use the syntax ._
`bash`
ng g init-project
`bash`
ng g shared-module
`bash`
ng g section-module
`bash`
ng g page-module
`bash``
ng g store