mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
- Fixed version of ng2-translate in core to 1.11.1 for beta15 compat - Removed references to ng2-translate in other modules
Alfresco Angular2 Components core
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
Running unit tests in browser
npm test-browser
This task rebuilds all the code, runs tslint, license checks and other quality check tools before performing unit testing.
Code coverage
npm run coverage