# DataTable Component for Angular 2
## Install ```sh npm install --save ng2-alfresco-core ng2-alfresco-datatable ``` ## Build from sources Alternatively you can build component from sources with the following commands: ```sh npm install npm run build ``` ## Running unit tests ```sh npm test ``` 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 ```