arkon / ng-sidebar

[Inactive] Angular sidebar component.
https://echeung.me/ng-sidebar
MIT License
388 stars 136 forks source link

Running Demo #163

Closed tihomirmagdic closed 6 years ago

tihomirmagdic commented 6 years ago

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

tihomirmagdic commented 6 years ago

How to setup dev env where changing library in the parent directory causes automatic demo reloading?

arkon commented 6 years ago

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.