mauriziovitale84 339b84f042 Removed ng-translate code from the core
Added ng-translate dependency
2016-05-23 17:32:01 +01:00
..
2016-05-12 19:35:41 +01:00
2016-05-12 19:35:41 +01:00
2016-05-21 04:25:44 +01:00
2016-05-23 11:12:01 +01:00
2016-05-12 19:35:41 +01:00
2016-05-21 04:25:44 +01:00
2016-05-21 04:25:44 +01:00
2016-05-20 16:11:15 +01:00
2016-05-21 04:25:44 +01:00
2016-05-12 20:22:16 +01:00

Alfresco Angular2 Components core

license my blog

Core library for other ng2-alfresco components. This should be added as a dependency for any project using the components.

Install

npm set registry http://devproducts.alfresco.me:4873
npm install --save ng2-alfresco-core

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