Using ng serve the project runs in localhost but after changing the code it does not refresh.
ng serve
Lets say we have the general \"App Works!!\" in the initia
The solution for Ubuntu webpack rebuild issue.
The problem seems to be the inotify max_user_watches :
sudo echo "fs.inotify.max_user_watches=524288" >> /etc/sysctl.conf sudo sysctl -p /etc/sysctl.conf