I am facing one peculiar issue while running angular application [Angular 7]

19 Views Asked by At

Angular is compiling continuously when I save the changes. I don't know why I am facing this issue.

This is the issue

Some additional details :

Application specific package versions

Global package versions

How can I fix this issue.

Thanks in advance.

1

There are 1 best solutions below

1
seeker_1234567 On

You could do the following change in tsconfig.json file. It should get resolved.

"compileOnSave": false