1.0.3 • Published 1 year ago

iqair-form v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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 form The build artifacts will be stored in the dist/form directory.

  • Publish to NPM: go to the dist folder cd dist/form run npm publish

Running unit tests

Run ng test form to execute the unit tests via Karma.

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.1.2

1 year ago