-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Live reload not working using Angular 19.1.1 #30137
Comments
I have the same problem. I want to add that saves actually trigger a rebuild from the dev bundle, and it even sends them to the client. But for however reason these changes are not triggered within the browser (I have not tried the mobiles yet). changes within app.component files work, but not in the home.page or any other component that I've created. Here I share the
|
I read your message again and made all the sense. We are running ionic 7.2 with angular 19. Upgrade it to Ionic 8 and fixes the problem. |
do you mean update the ionic cli to 8? |
That's all I did. |
updating to 19.1.3 for angular dev-kit works
|
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
When using Ionic and Angular, during ionic serve, changes on the code does not trigger live reload. Also, some instances render white page removing all elements on save.
Expected Behavior
Page should reload upon code change automatically
Steps to Reproduce
ionic start my-app
ionic serve
Code Reproduction URL
https://github.com/emnljs/no-live-reload
Ionic Info
Ionic:
Ionic CLI : 7.2.0 (/Users/digitechdept/.nvm/versions/node/v20.17.0/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 8.4.1
@angular-devkit/build-angular : 19.1.1
@angular-devkit/schematics : 19.1.1
@angular/cli : 19.1.1
@ionic/angular-toolkit : 12.1.1
Capacitor:
Capacitor CLI : 6.2.0
@capacitor/android : not installed
@capacitor/core : 6.2.0
@capacitor/ios : not installed
Utility:
cordova-res : 0.15.4
native-run : 2.0.1
System:
NodeJS : v20.17.0 (/Users/digitechdept/.nvm/versions/node/v20.17.0/bin/node)
npm : 10.8.2
OS : macOS Unknown
Additional Information
No response
The text was updated successfully, but these errors were encountered: