I am using test cases in angular 4 for the frontend. But whenever I do any change in the file, it does not reflect automatically. I need to run "ng test" command after every change that is consuming so much time. Please tell me any way, so that after every change I reload automatically.
It works well with the same code in window machine. But not working in ubuntu machine. I am using Linux.
Thanks,