0.0.26 • Published 7 years ago

ngx-utilities v0.0.26

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

ngx-utilities

Build Status codecov npm version devDependency Status GitHub issues GitHub stars GitHub license

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

0.0.26

7 years ago

0.0.25

7 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago