ngx-custom-component-schematics
v0.0.4
Published
John Zhang's Angular Custom Component Schematic.
Readme
Angular Schematics Standalone Custom Component Generation
This repository is template for Angular custom component generation, utilizing Angular Schematic
Install
npm install ngx-custom-component-schematics
Usage
change directory to the directory where you want to the component to be generated. Run command below
ng g ngx-custom-component-schematics:cc "My Component"
