Wednesday, April 6, 2022

[SOLVED] My Visual Studio run the angular project after change not refreshing my browser?

Issue

I have already added an angular project and I was run the project using ng serve / npm start it's ok. question is I open a project and do some changes after ctrl+s / file/all save but project server not recompiling. browser not refreshing. please help me. my os is mint Linux . project is genarate using ng new.


Solution

I fixed the issue. I reinstall the node js. after compiling is woking and also browser refreshed.



Answered By - Lahiru Samishka
Answer Checked By - Marilyn (WPSolving Volunteer)