### 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 ```sh 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: ```sh npm install npm run build ``` ##Build the files and keep watching for changes ```sh $ npm run build:w ``` ## Running unit tests ```sh npm test ``` ## Running unit tests in browser ```sh npm test-browser ``` This task rebuilds all the code, runs tslint, license checks and other quality check tools before performing unit testing. ## Code coverage ```sh npm run coverage ```