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