[](https://travis-ci.org/TonGarcia/ionic2-devise-token-auth) [](https://www.npmjs.com/p
npm install ionic2-devise-token-auth


Before install it lib you must install those dependencies:
1. Install NPM & Node by brew or by apt-get
2. Install globally ionic2:
```
$ npm install -g ionic@beta
`
3. Install globally the Typings to run TypeScript
`
$ npm install typings -g
To install this library, run:
``
$ npm install ionic2-devise-token-auth --save
It framework is based on the Angular2-Devise-Token which wasn't working with Ionic & even wasn't at least installable. So this framework have been started to fixed those issues.
To generate all .js, .js.map and *.d.ts files:
`bash`
$ npm run tsc
To lint all *.ts files:
`bash``
$ npm run lint
MIT © Ilton Silveira