Angular service for component communication.
yarn install
npm run build
For developing the library run
npm run start
In order to create a release, the version needs to be increased and tagged. This is done easily using npm version
, for example:
npm version minor
After the commit and tag is pushed Travis will automatically deploy the tagged version.
When adding or using a new Angular dependency it must be added in the rollup configuration in the build.js
so that it's not included in the output bundle.