Reputation: 568
I bought a template that uses angular, followed the setup steps but on making changes there was no live reloading. The project uses webpack too
Upvotes: 5
Views: 7571
Reputation: 568
After searching around, I found the discussion at the official angular cli github page that has the solution. When running the server include the poll option i.e ng serve --poll=2000
Upvotes: 15