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
Asked
Active
Viewed 6,747 times
1 Answers
14
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

Sigu Magwa
- 546
- 5
- 18