Have created a new adf app using generator-alfresco-adf-app as mentioned in the docs. Started making changes to application but angular cli is not automatically compiling the changes to reflect in the browser. Happen to restart cli after every single change of code. Have verified all the configuration in angular.json & tsconfig.json. Am i missing anything here ?
Edit 1:
Used the boilerplate template from generator-alfresco-adf-app (license Apache 2.0). Made no changes to configuration.
Alfresco dependencies version : 3.4.0
Angular version : 7.0.3
Typescript version : 3.1.6
scripts : {
"ng" : "ng",
"start" : "ng serve",
"build" : "build"
}