Does anyone know how to disable the rebuild that the angle makes in the whole code at every file modification when using ng serve
so that it is possible to change the code, save and view the result in the browser only with the refresh of the page ?
I already tried ng serve --watch false
but the modifications do not appear in the browser.