Will Abson 697fb788dc Updates to ng2-alfresco-search package.json
- Republished and bumped version

Refs #69
2016-05-19 18:05:45 +01:00
..
2016-05-19 17:29:23 +01:00
2016-05-19 17:29:23 +01:00
2016-05-19 17:29:23 +01:00
2016-05-19 17:29:23 +01:00
2016-05-19 17:29:23 +01:00
2016-05-19 17:29:23 +01:00
2016-05-19 17:29:23 +01:00
2016-05-19 17:29:23 +01:00
2016-05-19 17:29:23 +01:00
2016-05-19 17:29:23 +01:00

Search Component for Angular 2

license my blog

Install

npm install --save ng2-alfresco-core ng2-alfresco-search

Build from sources

Alternatively you can build component from sources with the following commands:

npm install
npm run build

Running unit tests

npm test

This task rebuilds all the code, runs tslint, license checks and other quality check tools before performing unit testing.

Code coverage

npm run coverage