0.0.4 • Published 5 years ago

ngx-custom-component-schematics v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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"