diff --git a/frontend/documentation/components/AppComponent.html b/frontend/documentation/components/AppComponent.html index 264b1f5..715fd3f 100644 --- a/frontend/documentation/components/AppComponent.html +++ b/frontend/documentation/components/AppComponent.html @@ -8,395 +8,59 @@ - + +
+
@@ -405,9 +69,12 @@
+
+
+
Router import to show router-outlet. Router Application title. Router import to show router-outlet. Router Application title.
+ Metadata
-
+
@@ -420,7 +87,6 @@
-
+
selector
@@ -428,130 +94,235 @@
app-root
styleUrls
-
+ app.component.scss
./app.component.scss
+
+
+
+
+
+
templateUrl
-
+ app.component.html
./app.component.html
Index
+
+
+
+
+
+
+
+ Properties
+
+
+
+
+
+
+
+
+
+
+
+ Constructor
-
-
-
-
-
-
-
-
- constructor(router: Router, tokenStorage: TokenStorageService)
-
-
-
-
-
-
-
- Constructor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ constructor(router: Router, tokenStorage: TokenStorageService)
+
+
-
-
+
+ Properties
-
-
-
-
-
-
- isLoggedIn
-
-
-
-
-
- isLoggedIn:
boolean
-
-
-
-
-
- Default value:
- false
-
-
-
-
-
-
- showHeader
-
-
-
-
-
- showHeader:
boolean
-
-
-
-
-
- Default value:
- false
-
-
-
-
-
-
- title
-
-
-
-
-
- title:
string
-
-
-
-
- Default value:
- Aktienbot
-
-
-
-
-
-
+
+
+
+
+ import { Component } from '@angular/core';
+
+
+
+
+
+
+
+ Name
+ Type
+ Optional
+ Description
+
+
+ router
+
+
+
+
+ Router
+
+ No
+
+
+
+
+
+
+
+ tokenStorage
+
+
+
+
+ TokenStorageService
+
+ No
+
+
+
+
+
+ Properties
+
+
+
+
+
+
+
+
+
+ isLoggedIn
+
+
+
+
+
+
+ Default value :
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ showHeader
+
+
+
+
+
+
+ Default value :
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ title
+
+
+
+
+
+
+ Type :
+ string
+
+
+
+
+ Default value :
+ 'Aktienbot'
+
+
+
+
+
+
+
+
+
+
+
+
+ import { Component } from '@angular/core';
import { NavigationEnd, Router } from '@angular/router';
import { TokenStorageService } from './Services/token.service';
import { filter } from 'rxjs/operators';
@@ -606,9 +377,60 @@ export class AppComponent {
}
}
+ <app-header *ngIf="showHeader"></app-header>
+<router-outlet></router-outlet>
+
./app.component.scss
+
+