add customerapi + customer auth
This commit is contained in:
@@ -49,7 +49,8 @@ export class FitNavigationComponent implements OnInit {
|
||||
* If not absolute, it means, that the content starts after the menubar.
|
||||
*/
|
||||
isAbsolute( ){
|
||||
return '/home' == this.router.url;
|
||||
// return '/home' == this.router.url
|
||||
return false;
|
||||
}
|
||||
|
||||
isVisible(item: MenuItem){
|
||||
|
||||
Reference in New Issue
Block a user