This is an old revision of the document!


Angular

Creating libraries

배포하지 않고 실시간으로 개발 하는 방법

1. Library

cd ./dist/[Library name]
npm link

# library root
ng build my-lib --watch

2. App (Library Module을 import 하는 쪽)

npm link

ng serve

front-end/angular.1612667712.txt.gz · Last modified: 2021/02/07 03:15 by 127.0.0.1