symlink-manager icon indicating copy to clipboard operation
symlink-manager copied to clipboard

Angular app not reflecting changes after a symlink copy

Open graphicsxp opened this issue 3 years ago • 0 comments

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 ?

graphicsxp avatar Oct 20 '21 08:10 graphicsxp