symlink-manager
symlink-manager copied to clipboard
Angular app not reflecting changes after a symlink copy
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 ?