I was searching a solution for an issue which is in my angular project, ng serve --watch
was not detecting changes in some of the files.
And I got a solution which says use --poll=2000
It really worked.
But there are no clear information available about the function of flag poll.
Ref: https://github.com/angular/angular-cli/pull/1814#issuecomment-241854816