This is an old revision of the document!
https://angular.io/docs
배포하지 않고 실시간으로 개발 하는 방법
1. Library
cd ./dist/[Library name] npm link
# library root ng build my-lib --watch
2. App (Library Module을 import 하는 쪽)
npm link
ng serve