1.1.4 • Published 5 months ago

iqair-common v1.1.4

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

iqair-common

Shared common library for IQAir utility functions

Get started

Download the package from NPM

npm install iqair-common

Import the functions you need from the right sub-packages

Example with objects

// example.ts
import { objectKeys } from 'iqair-common/objects'

const user = {
  name: 'user',
  age: 30,
  id: 'some-id'
}

const keys = objectKeys(user)

List of packages

  • date
  • dom-utils
  • extra-types
  • http
  • icons
  • keyboard
  • objects
  • strings

Build

Run npm run build:common to build the project.

Build & Publish

  • Bump the version: npm version major|minor|patch
  • Build the library: ng build common The build artifacts will be stored in the dist/common directory.

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

Running unit tests

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

1.1.4

5 months ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago