2016-06-15 13:57:47 +01:00
..
2016-05-12 19:35:41 +01:00
2016-06-14 18:36:46 +01:00
2016-06-15 13:57:47 +01:00
2016-05-23 11:12:01 +01:00
2016-06-15 13:57:47 +01:00
2016-06-15 09:55:02 +01:00
2016-06-07 11:23:52 +01:00
2016-05-21 04:25:44 +01:00
2016-05-12 20:22:16 +01:00
2016-06-14 12:36:15 +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

##Build the files and keep watching for changes

```sh
$ npm run build:w
```

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