removed unnecessary console.logs and added possible route animations

This commit is contained in:
Sercan Yemen 2017-10-09 12:32:40 +03:00
parent 4a7b70c874
commit 533f5f3f3f
2 changed files with 1 additions and 5 deletions

View File

@ -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);
}

View File

@ -33,7 +33,7 @@ export class FuseConfigService
footer : 'md-fuse-dark-700-bg'
},
customScrollbars: true,
routerAnimation : 'fadeIn'
routerAnimation : 'fadeIn' // fadeIn, slideUp, slideDown, slideRight, slideLeft
};
/**