From 0ba5b74856b761e347a6ab81ecc3b7f5ccce88ed Mon Sep 17 00:00:00 2001
From: Spencer Ofwiti
void
+
+ + + + + ngAfterViewInit + + + + | +||
+ngAfterViewInit()
+ |
+ ||
+ | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
-constructor(userService: UserService, router: Router, tokenService: TokenService)
+constructor(loggingService: LoggingService, userService: UserService, router: Router, tokenService: TokenService)
|
||
- + | ||
loggingService | + +
+ LoggingService
+ |
+
+ + No + | + +
userService | @@ -310,8 +327,8 @@||
- + | ||
- + | ||
- + + | +||
+
+
+ Returns :
+ void
+
+ |
+
+ + + + ngAfterViewInit + + + + | +||
+ngAfterViewInit()
+ |
+ ||
+ | ||
-ngOnInit()
+
+ ngOnInit()
|
||
- + |
- Returns :
void
+ Returns : Promise<void>
|
@@ -497,8 +555,8 @@
|
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
- + | ||
|
||
-constructor(authService: AuthService, blockSyncService: BlockSyncService, errorDialogService: ErrorDialogService, loggingService: LoggingService, tokenService: TokenService, transactionService: TransactionService, userService: UserService, swUpdate: SwUpdate)
+constructor(authService: AuthService, blockSyncService: BlockSyncService, errorDialogService: ErrorDialogService, loggingService: LoggingService, tokenService: TokenService, transactionService: TransactionService, userService: UserService, swUpdate: SwUpdate, router: Router)
|
||
- Defined in src/app/app.component.ts:21
+ Defined in src/app/app.component.ts:25
|
||
router | + +
+ Router
+ |
+
+ + No + | + +
+ + + + accountDetailsRegex + + + | +
+ Type : string
+
+ |
+
+ Default value : '/accounts/[a-z,A-Z,0-9]{40}'
+ |
+
+ Defined in src/app/app.component.ts:25
+ |
+
- Defined in src/app/app.component.ts:21
+ Defined in src/app/app.component.ts:23
|
- Defined in src/app/app.component.ts:20
+ Defined in src/app/app.component.ts:22
+ |
+
+ + + + url + + + | +
+ Type : string
+
+ |
+
+ Defined in src/app/app.component.ts:24
|
@@ -177,7 +177,7 @@ |
- + |
- + |
- + |
- + - noInternetConnection - + online + |
- Default value : !navigator.onLine
+ Default value : navigator.onLine
|
- + |