This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
fix(BroccoliAppShell): add support for changes to App Component #28
Open
Description
The BroccoliAppShell
plugin currently imports the App Component as soon as the plugin loads it, and doesn't re-import the component from the broccoli tree input. So any changes to the App Component won't be picked up using ng serve
. A developer would have to kill and restart the process to see changes take effect.