0.0.9 • Published 7 years ago

angular2-heuristic v0.0.9

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

angular2-heuristic

Installation

To install this library, run:

$ npm install angular2-heuristic --save

Consuming your library

Once you have published your library to npm, you can import your library in any Angular application by running:

$ npm install angular2-heuristic

and then from your Angular AppModule:

import {Heuristic}  from 'angular2-heuristic';

Heuristic.similarity('test', 'test');

Development

To generate all *.js, *.js.map and *.d.ts files:

$ npm run tsc

To lint all *.ts files:

$ npm run lint

To test all *.spec.ts files:

$ tsd install mocha chai sinon -s
$ npm run test

License

MIT © Albion Liçi

0.0.9

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago