mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-04 07:31:38 +00:00
Disable route preloading
This commit is contained in:
parent
7ed57abf49
commit
ca2f8e4992
@ -3,12 +3,7 @@ import { APP_INITIALIZER, ApplicationConfig, inject } from '@angular/core';
|
|||||||
import { LuxonDateAdapter } from '@angular/material-luxon-adapter';
|
import { LuxonDateAdapter } from '@angular/material-luxon-adapter';
|
||||||
import { DateAdapter, MAT_DATE_FORMATS } from '@angular/material/core';
|
import { DateAdapter, MAT_DATE_FORMATS } from '@angular/material/core';
|
||||||
import { provideAnimations } from '@angular/platform-browser/animations';
|
import { provideAnimations } from '@angular/platform-browser/animations';
|
||||||
import {
|
import { provideRouter, withInMemoryScrolling } from '@angular/router';
|
||||||
PreloadAllModules,
|
|
||||||
provideRouter,
|
|
||||||
withInMemoryScrolling,
|
|
||||||
withPreloading,
|
|
||||||
} from '@angular/router';
|
|
||||||
import { provideFuse } from '@fuse';
|
import { provideFuse } from '@fuse';
|
||||||
import { TranslocoService, provideTransloco } from '@ngneat/transloco';
|
import { TranslocoService, provideTransloco } from '@ngneat/transloco';
|
||||||
import { appRoutes } from 'app/app.routes';
|
import { appRoutes } from 'app/app.routes';
|
||||||
@ -24,7 +19,6 @@ export const appConfig: ApplicationConfig = {
|
|||||||
provideHttpClient(),
|
provideHttpClient(),
|
||||||
provideRouter(
|
provideRouter(
|
||||||
appRoutes,
|
appRoutes,
|
||||||
withPreloading(PreloadAllModules),
|
|
||||||
withInMemoryScrolling({ scrollPositionRestoration: 'enabled' })
|
withInMemoryScrolling({ scrollPositionRestoration: 'enabled' })
|
||||||
),
|
),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user