You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the symlink copy --angular --sync myLibrary to build my library and copy to /dist and /node_module folders
When these folders are updated with the new code, my Angular app re-compiles automatically and the browser refreshes the application.
However changes are not taken into account (regardless if I updated a .ts, .html or .css file). I have to stop ng serve and launch my Angular app again so that the changes made in the library are shown.
Is there a way to fix this ?
The text was updated successfully, but these errors were encountered:
I use the
symlink copy --angular --sync myLibrary
to build my library and copy to /dist and /node_module foldersWhen these folders are updated with the new code, my Angular app re-compiles automatically and the browser refreshes the application.
However changes are not taken into account (regardless if I updated a .ts, .html or .css file). I have to stop
ng serve
and launch my Angular app again so that the changes made in the library are shown.Is there a way to fix this ?
The text was updated successfully, but these errors were encountered: