|
@@ -155,8 +155,6 @@ export class NavbarComponent implements OnInit {
|
|
|
var component_local = this.router.url;
|
|
var component_local = this.router.url;
|
|
|
var main_title:string;
|
|
var main_title:string;
|
|
|
|
|
|
|
|
- console.log(AdminLayoutRoutes)
|
|
|
|
|
-
|
|
|
|
|
if(titlee.charAt(0) === '#'){
|
|
if(titlee.charAt(0) === '#'){
|
|
|
titlee = titlee.slice( 1 );
|
|
titlee = titlee.slice( 1 );
|
|
|
}
|
|
}
|
|
@@ -169,7 +167,6 @@ export class NavbarComponent implements OnInit {
|
|
|
}
|
|
}
|
|
|
item++;
|
|
item++;
|
|
|
}
|
|
}
|
|
|
- console.log(main_title);
|
|
|
|
|
if (main_title === undefined) {
|
|
if (main_title === undefined) {
|
|
|
return 'Dashboard';
|
|
return 'Dashboard';
|
|
|
}
|
|
}
|