add customerapi + customer auth

This commit is contained in:
2019-09-30 19:33:48 +02:00
committed by Roland Schneider
parent 51788f2194
commit 9aee187d11
55 changed files with 21835 additions and 14 deletions

View File

@@ -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){