Socket
Book a DemoInstallSign in
Socket

angular2-heuristic

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

angular2-heuristic

## Installation

unpublished
latest
Source
npmnpm
Version
0.0.9
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

angular2

FAQs

Package last updated on 20 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts