This commit is contained in:
@@ -2,7 +2,7 @@ import { ApplicationConfig, provideBrowserGlobalErrorListeners, provideZonelessC
|
||||
import { provideRouter, withInMemoryScrolling } from '@angular/router';
|
||||
|
||||
import { routes } from './app.routes';
|
||||
import { provideClientHydration, withEventReplay } from '@angular/platform-browser';
|
||||
import { provideClientHydration, withEventReplay, withNoIncrementalHydration } from '@angular/platform-browser';
|
||||
|
||||
export const appConfig: ApplicationConfig = {
|
||||
providers: [
|
||||
@@ -14,6 +14,6 @@ export const appConfig: ApplicationConfig = {
|
||||
scrollPositionRestoration: 'enabled'
|
||||
})
|
||||
),
|
||||
provideClientHydration(withEventReplay())
|
||||
provideClientHydration(withEventReplay(), withNoIncrementalHydration())
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user