Eugenio Romano 2060982ec7 #68 add page moving and input param
tslint rule withespace type
2016-05-24 00:17:21 +01:00
..
2016-05-19 17:29:23 +01:00
2016-05-21 04:25:44 +01:00
2016-05-19 17:29:23 +01:00
2016-05-19 17:29:23 +01:00
2016-05-23 11:12:01 +01:00
2016-05-19 17:29:23 +01:00
2016-05-21 04:25:44 +01:00
2016-05-19 17:29:23 +01:00
2016-05-19 17:29:23 +01:00
2016-05-23 11:12:01 +01:00
2016-05-20 16:11:15 +01:00
2016-05-21 04:25:44 +01:00
2016-05-19 17:29:23 +01:00

Search Component for Angular 2

license my blog

Install

npm set registry http://devproducts.alfresco.me:4873
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