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
Subsequent saves will trigger another recompile, even though nothing was changed. Each new build also has a unique hash, which is strange because nothing changed.
Changes to AppComponent do show up when reloading the webpage. (Problem seems isolated to routes)
The text was updated successfully, but these errors were encountered:
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 8.0.2Ancient issue that described the same problem: #5117
Description
Auto-reload does not reload latest changes into the browser, instead the one before last change is visible.
🔬 Minimal Reproduction
ng new --style=scss --enable-ivy --routing reload-test
ng g component home
{component: HomeComponent, path: ''}
as route toapp-routing.module.ts
ng serve
HomeComponent
.HomeComponent
.🌍 Your Environment
Additional information
A few things I've noticed:
AppComponent
do show up when reloading the webpage. (Problem seems isolated to routes)The text was updated successfully, but these errors were encountered: