From 533f5f3f3f535f73dd5054c2e44fbf0301f05772 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Mon, 9 Oct 2017 12:32:40 +0300 Subject: [PATCH] removed unnecessary console.logs and added possible route animations --- src/app/core/components/navigation/navigation.service.ts | 4 ---- src/app/core/services/config.service.ts | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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 }; /**