ngx-utilities
TypeScript icon, indicating that this package has built-in type declarations

0.0.26 • Public • Published

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

Package Sidebar

Install

npm i ngx-utilities

Weekly Downloads

7

Version

0.0.26

License

MIT

Last publish

Collaborators

  • nbfontana