mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
removed unnecessary console.logs and added possible route animations
This commit is contained in:
parent
4a7b70c874
commit
533f5f3f3f
|
@ -32,12 +32,8 @@ export class FuseNavigationService
|
||||||
*/
|
*/
|
||||||
setNavigationModel(model)
|
setNavigationModel(model)
|
||||||
{
|
{
|
||||||
// console.log(model);
|
|
||||||
|
|
||||||
this.navigationModel = model;
|
this.navigationModel = model;
|
||||||
|
|
||||||
console.log(this.navigationModel);
|
|
||||||
|
|
||||||
this.onNavigationModelChange.next(this.navigationModel.model);
|
this.onNavigationModelChange.next(this.navigationModel.model);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ export class FuseConfigService
|
||||||
footer : 'md-fuse-dark-700-bg'
|
footer : 'md-fuse-dark-700-bg'
|
||||||
},
|
},
|
||||||
customScrollbars: true,
|
customScrollbars: true,
|
||||||
routerAnimation : 'fadeIn'
|
routerAnimation : 'fadeIn' // fadeIn, slideUp, slideDown, slideRight, slideLeft
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user