Skip to content

Files

Latest commit

10d2ee4 · Jun 13, 2018

History

History
27 lines (17 loc) · 913 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 913 Bytes

Build Status

Integrity Angular

Library to provide angular utilities and themes. Built with the help of angular-library-starter.

Useful Commands

Get started: npm install

Testing: npm test

Building: npm run build

Test package locally:

  • npm run pack:lib
  • Then install in your app: npm install [path-to-lib]/integrity-angular-[version].tgz

Publish: npm run publish:lib

Before publishing the first time:

Documentation:

  • npm run compodoc
  • npm run compodoc:serve