@smartsoft001/schematics
v1.1.86
Published
schematics
Downloads
89
Maintainers
Readme
@smartsoft001/schematics
##Install
npm i @smartsoft001/schematics
To add @smartsoft001/schematics to existing Angular CLI project, use:
ng add @smartsoft001/schematics
##Default Schematics Collection
To use @smartsoft001/schematics as the default collection in your Angular CLI project, add it to your angular.json:
ng config cli.defaultCollection @smartsoft001/schematics
##Usage
Generate shared library
ng g library [name] [type=default]
Parameters:
Generate domain
ng g library [name]
Parameters: