Angular 14 Upgrade

This commit is contained in:
softsimon
2022-07-08 10:26:54 +02:00
parent c9f788e3a4
commit 63939981c1
5 changed files with 5610 additions and 3019 deletions

View File

@@ -529,7 +529,7 @@ if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') {
@NgModule({
imports: [RouterModule.forRoot(routes, {
initialNavigation: 'enabled',
initialNavigation: 'enabledNonBlocking',
scrollPositionRestoration: 'enabled',
anchorScrolling: 'enabled',
preloadingStrategy: PreloadAllModules