angular-cli-libary
v1.0.1
Published
Angular Starter Library for Libraries
Downloads
3
Readme
Getting Started
# install dependencies
npm install yarn
# build the src
npm run build
# test the src
npm run test
# test the src
npm run test:watch
# link the library to demo
npm run link
# start the demo
npm start