Closed tihomirmagdic closed 6 years ago
How to setup dev env where changing library in the parent directory causes automatic demo reloading?
This was created way before Angular CLI existed.
You could npm link
it but I don't really work on it often enough that to bother really improving the dev environment.
Hi, There is no angular.json to run demo separately. I can run demo only thru npm build and then open built index.html. Is it possible to run demo with ng serve, and to reload demo whenever I change library in the parent directory?
Tihomir