0.0.11 • Published 3 years ago

ngx-custom-fields v0.0.11

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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.

0.0.11

3 years ago

0.0.9

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago