ngx-custom-fields
v0.0.11
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.5.
Downloads
4
Readme
NgxCustomFields
This library was generated with Angular CLI version 12.0.5.
How to Use?
1) Include our `NgxCustomFieldsModule` module in app.module.ts
Ex: import { NgxCustomFieldsModule } from 'ngx-custom-fields';
2) Add Library in the component level
<ngx-custom-fields [model]="customFieldsModel"></ngx-custom-fields>
Initilize Custom Fields model in component
Ex: customFieldsModel = {};
Build
Run ng build ngx-custom-fields
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build ngx-custom-fields
, go to the dist folder cd dist/ngx-custom-fields
and run npm publish
.
Running unit tests
Run ng test ngx-custom-fields
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.