/ng-nanites

Angular modules library

Primary LanguageJavaScriptMIT LicenseMIT

NG Nanites - Angular modules library

Build Status devDependency Status npm

Develop

  • npm start to run a live-reload server with the demo app
  • npm run test to test in watch mode, or npm run test:once to only run once
  • npm run build to build the library
  • npm run lint to lint
  • npm run clean to clean
  • npm run integration to run the integration e2e tests
  • npm install ./relative/path/to/lib after npm run build to test locally in another app