Since upgrading to Angular version 17, the hot-reload functionality has been causing some issues. Despite saving code changes, the updates are not being reflected in the application as expected, which is disrupting the development process. I am seeking assistance with troubleshooting and identifying potential causes for the hot-reload problems encountered in the updated project.
1) The hot reload feature was working fine in the older version but seems to have issues with the newer CLI version.
2) I have double-checked that the code changes are saved without any syntax errors.
3) I have also referred to the Angular 17 migration documentation for specific guidelines on implementing hot-reload.