diff --git a/src/app/core/components/navigation/navigation.service.ts b/src/app/core/components/navigation/navigation.service.ts index ca22f6ed..ea175313 100644 --- a/src/app/core/components/navigation/navigation.service.ts +++ b/src/app/core/components/navigation/navigation.service.ts @@ -32,12 +32,8 @@ export class FuseNavigationService */ setNavigationModel(model) { - // console.log(model); - this.navigationModel = model; - console.log(this.navigationModel); - this.onNavigationModelChange.next(this.navigationModel.model); } diff --git a/src/app/core/services/config.service.ts b/src/app/core/services/config.service.ts index 6cdc2383..49c9fe4d 100644 --- a/src/app/core/services/config.service.ts +++ b/src/app/core/services/config.service.ts @@ -33,7 +33,7 @@ export class FuseConfigService footer : 'md-fuse-dark-700-bg' }, customScrollbars: true, - routerAnimation : 'fadeIn' + routerAnimation : 'fadeIn' // fadeIn, slideUp, slideDown, slideRight, slideLeft }; /**