1.0.2 • Published 4 years ago

ngx-tm7-formly-schematics v1.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

Angular Schematics Standalone Custom Component Generation for TM7 NGX Formly Framework

This repository is template for Angular custom component generation for TM7 NGX Formly Framework, utilizing Angular Schematic

Install

npm install ngx-tm7-formly-schematics

Usage

change directory to the directory where you want to the component to be generated. Run command below

ng g ngx-tm7-formly-schematics:cc "My Component"

local development command: ng g ./src/collection.json:fcc "My Component" --force