diff --git a/docs/compodoc/classes/AccountIndex.html b/docs/compodoc/classes/AccountIndex.html index 469854d..9808103 100644 --- a/docs/compodoc/classes/AccountIndex.html +++ b/docs/compodoc/classes/AccountIndex.html @@ -357,8 +357,8 @@ Allows querying of accounts that have been registered as valid accounts in the n
void
-
- - - - - ngAfterViewInit - - - - | -
-ngAfterViewInit()
- |
-
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
- + |
|
+ + + + onNameSearch + + + + | +
+onNameSearch()
+ |
+
+ + | +
+
+
+ Returns :
+ void
+
+ |
+
- + |
- + |
- + |
- + |
- + + | +
+ + + + nameSearchForm + + + | +
+ Type : FormGroup
+
+ |
+
+ + | +
+ + + + nameSearchLoading + + + | +
+ Type : boolean
+
+ |
+
+ Default value : false
+ |
+
+ + | +
+ + + + nameSearchSubmitted + + + | +|||
+ Type : boolean
+
+ |
+ |||
+ Default value : false
+ |
+ |||
+ | |||
- + | |||
- + | |||
- + |
+ + nameSearchFormStub + | +
+ getnameSearchFormStub()
+ |
+
+ + | +
- + | |||
- + | |||
-constructor(loggingService: LoggingService, userService: UserService, router: Router, tokenService: TokenService)
+constructor(userService: UserService, loggingService: LoggingService, router: Router, tokenService: TokenService)
|
|||
- + | |||
loggingService | +userService |
- LoggingService
+ UserService
|
@@ -252,10 +248,10 @@ |
userService | +loggingService |
- UserService
+ LoggingService
|
@@ -327,8 +323,8 @@ |
- + | |||
- + | |||
- - | -|||
-
-
- Returns :
- void
-
- |
-
- - - - ngAfterViewInit - - - - | -|||
-ngAfterViewInit()
- |
- |||
- + | |||
- + | |||
- + | |||
- + | |||
- + | |||
- + | |||
- + | |||
- + | |||
- + | |||
- + | |||
- + | |||
- + | |||
- + | |||
- + | |||
- Defined in src/app/pages/admin/admin.component.ts:49
+ Defined in src/app/pages/admin/admin.component.ts:50
|
|||
- Defined in src/app/pages/admin/admin.component.ts:53
+ Defined in src/app/pages/admin/admin.component.ts:54
|
|||
- Defined in src/app/pages/admin/admin.component.ts:64
+ Defined in src/app/pages/admin/admin.component.ts:65
|
|||
- Defined in src/app/pages/admin/admin.component.ts:45
+ Defined in src/app/pages/admin/admin.component.ts:46
|
|||
- Defined in src/app/pages/admin/admin.component.ts:79
+ Defined in src/app/pages/admin/admin.component.ts:80
|
|||
- Defined in src/app/pages/admin/admin.component.ts:75
+ Defined in src/app/pages/admin/admin.component.ts:76
|
|||
-ngOnInit()
+
+ ngOnInit()
|
- Returns :
void
+ Returns : Promise<void>
|
@@ -895,7 +898,7 @@ import { LoggingService, UserService } from '@app/_services';
import { animate, state, style, transition, trigger } from '@angular/animations';
import { first } from 'rxjs/operators';
import { exportCsv } from '@app/_helpers';
-import { Action } from '@app/_models';
+import { Action } from '../../_models';
@Component({
selector: 'app-admin',
@@ -921,7 +924,8 @@ export class AdminComponent implements OnInit {
constructor(private userService: UserService, private loggingService: LoggingService) {}
- ngOnInit(): void {
+ async ngOnInit(): Promise<void> {
+ await this.userService.init();
this.userService.getActions();
this.userService.actionsSubject.subscribe((actions) => {
this.dataSource = new MatTableDataSource<any>(actions);
diff --git a/docs/compodoc/components/AppComponent.html b/docs/compodoc/components/AppComponent.html
index f1c97ef..7aeaf1b 100644
--- a/docs/compodoc/components/AppComponent.html
+++ b/docs/compodoc/components/AppComponent.html
@@ -133,17 +133,17 @@
||
|
@@ -199,12 +199,12 @@
|||
-constructor(authService: AuthService, blockSyncService: BlockSyncService, errorDialogService: ErrorDialogService, loggingService: LoggingService, tokenService: TokenService, transactionService: TransactionService, userService: UserService, swUpdate: SwUpdate, router: Router)
+constructor(authService: AuthService, transactionService: TransactionService, loggingService: LoggingService, errorDialogService: ErrorDialogService, swUpdate: SwUpdate)
|
|||
- Defined in src/app/app.component.ts:25
+ Defined in src/app/app.component.ts:21
|
|||
blockSyncService | +transactionService |
- BlockSyncService
- |
-
- - No - | - -
errorDialogService | - -
- ErrorDialogService
+ TransactionService
|
@@ -270,34 +258,10 @@ | |
tokenService | +errorDialogService |
- TokenService
- |
-
- - No - | - -
transactionService | - -
- TransactionService
- |
-
- - No - | - -|
userService | - -
- UserService
+ ErrorDialogService
|
@@ -317,18 +281,6 @@ | |
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:23
+ Defined in src/app/app.component.ts:21
+ |
+
+ + + + readyState + + + | +
+ Type : number
+
+ |
+
+ Default value : 0
+ |
+
+ Defined in src/app/app.component.ts:20
+ |
+
+ + + + readyStateTarget + + + | +
+ Type : number
+
+ |
+
+ Default value : 3
+ |
+
+ Defined in src/app/app.component.ts:19
|
- Defined in src/app/app.component.ts:22
- |
-
- - - - url - - - | -
- Type : string
-
- |
-
- Defined in src/app/app.component.ts:24
+ Defined in src/app/app.component.ts:18
|
- Defined in src/app/auth/auth.component.ts:18
+ Defined in src/app/auth/auth.component.ts:19
|
- Defined in src/app/auth/auth.component.ts:52
+ Defined in src/app/auth/auth.component.ts:53
|
-ngOnInit()
+
+ ngOnInit()
|
- Defined in src/app/auth/auth.component.ts:27
+ Defined in src/app/auth/auth.component.ts:28
|
- Returns :
void
+ Returns : Promise<void>
|
@@ -398,8 +401,8 @@
- Defined in src/app/auth/auth.component.ts:40
+ Defined in src/app/auth/auth.component.ts:41
|
- Defined in src/app/auth/auth.component.ts:65
+ Defined in src/app/auth/auth.component.ts:66
|
- Defined in src/app/auth/auth.component.ts:72
+ Defined in src/app/auth/auth.component.ts:73
|
- Defined in src/app/auth/auth.component.ts:15
+ Defined in src/app/auth/auth.component.ts:16
|
- Defined in src/app/auth/auth.component.ts:17
+ Defined in src/app/auth/auth.component.ts:18
|
- Defined in src/app/auth/auth.component.ts:18
+ Defined in src/app/auth/auth.component.ts:19
|
- Defined in src/app/auth/auth.component.ts:16
+ Defined in src/app/auth/auth.component.ts:17
|
- Defined in src/app/auth/auth.component.ts:36
+ Defined in src/app/auth/auth.component.ts:37
|
|