DEV Community

Discussion on: Create An Angular Library And Consume it locally (with debugging)

Collapse
 
chitgoks profile image
chitgoks

Just wondering, if i change code in the shared library component, will the application refresh?

Collapse
 
aravind-menporiyalan profile image
Aravind

Tested this case. It is working. When we made changes it is reflected in the UI with auto refresh
ng build --watch is the watching file changes in the library project