1.0.3 • Published 3 years ago
iqair-form v1.0.3
iqair-form
Shared form library for IQAir utility functions
Get started
Download the package from NPM
npm install iqair-form
Import the functions you need from the right sub-packages
Example :
// example.ts
import { IQAirInput, IQAirFormsModule} from 'iqair-form'Build
Run npm run build:form to build the project.
Build & Publish
- Bump the version:
npm version major|minor|patch Build the library:
ng build formThe build artifacts will be stored in thedist/formdirectory.Publish to NPM: go to the dist folder
cd dist/formrunnpm publish
Running unit tests
Run ng test form to execute the unit tests via Karma.