You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
18
Description
I have upgraded my application from Angular 18 to 19. After a successful migration, any code changes I make are not reflected in the browser, and the application does not auto-reload when I modify the code. Even after making changes, the old version is still displayed.
i have tried below few things
--no-hmr
Removed package-lock.json, .angular .vite and reinstalled them.
adde live reload in angular.json
Minimal Reproduction
After the migration i have run the command ng s . when i open the local server the changes are not reflected in the broswer
This seems like a bug but we'll need to look at a reproduction to find and fix the problem. Can you setup a minimal repro please?
You can read here why this is needed. A good way to make a minimal repro is to create a new app via ng new repro-app and adding the minimum possible code to show the problem. Then you can push this repository to github and link it here.
This might be related to your directory structure so its really important to get an accurate repro to diagnose this.
Thanks for reporting this issue. However, you didn't provide sufficient information for us to understand and reproduce the problem. Please check out our submission guidelines to understand why we can't act on issues that are lacking important information.
If the problem persists, please file a new issue and ensure you provide all of the required information when filling out the issue template.
Command
serve
Is this a regression?
The previous version in which this bug was not present was
18
Description
I have upgraded my application from Angular 18 to 19. After a successful migration, any code changes I make are not reflected in the browser, and the application does not auto-reload when I modify the code. Even after making changes, the old version is still displayed.
i have tried below few things
Minimal Reproduction
After the migration i have run the command ng s . when i open the local server the changes are not reflected in the broswer
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: