Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
This project was generated with Angular CLI version 1.6.3.
update package.json of the client project to include this library and install:
```
yarn install
``` install current release
npm install bitfront-library --save
``` install previous release
npm install bitfront-library@1.0.0 --save
git clone https://bitbucket.org/fundaciobitdesarrollo/bitfront-library
cd bitfront-library
yarn install
yarn dev
Increase release number in the package.json
Recommended to manually remove the node_modules folder and install yarn install
yarn dist
cd dist
npm publish