ngx-utilities
v0.0.26
Published
[![Build Status](https://travis-ci.org/nbfontana/ngx-utilities.svg?branch=master)](https://travis-ci.org/nbfontana/ngx-utilities) [![codecov](https://codecov.io/gh/nbfontana/ngx-utilities/branch/master/graph/badge.svg)](https://codecov.io/gh/nbfontana/ngx
Downloads
35
Readme
ngx-utilities
Demo
https://nbfontana.github.io/ngx-utilities/
Table of contents
About
Installation
Install through npm:
npm install --save ngx-utilities
You may also find it useful to view the demo source.
Usage without a module bundler
<script src="node_modules/ngx-utilities/bundles/ngx-utilities.umd.js"></script>
<script>
// everything is exported ngxUtilities namespace
</script>
Development
Prepare your environment
- Install Node.js and NPM
- Install local dev dependencies:
npm install
while current directory is this repo
Development server
Run npm start
or npm run demo
to start a development server on port 8000 with auto reload + tests.
Testing
Run npm test
to run tests once or npm run test:watch
to continually run tests.
License
MIT