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