mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 19:45:08 +00:00
(app.module) Alphabetical order on Router's extra options
This commit is contained in:
parent
cc703081ca
commit
ca8e422b21
|
@ -14,8 +14,8 @@ import { AppComponent } from 'app/app.component';
|
||||||
import { appRoutes } from 'app/app.routing';
|
import { appRoutes } from 'app/app.routing';
|
||||||
|
|
||||||
const routerConfig: ExtraOptions = {
|
const routerConfig: ExtraOptions = {
|
||||||
scrollPositionRestoration: 'enabled',
|
preloadingStrategy : PreloadAllModules,
|
||||||
preloadingStrategy : PreloadAllModules
|
scrollPositionRestoration: 'enabled'
|
||||||
};
|
};
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user