1.0.0 • Published 1 year ago

iqair-core v1.0.0

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

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

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

Running unit tests

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

1.0.0

1 year ago