Merge branch 'master' into develop
# Conflicts: # package-lock.json # package.json
This commit is contained in:
@@ -115,18 +115,11 @@ export class AppComponent implements OnInit, OnDestroy {
|
||||
return action;
|
||||
}
|
||||
|
||||
async loadItemTypes() {
|
||||
await this.itemTypeService$.load(this.appConfig$)
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
this.InstallRouteEventHandler();
|
||||
this.InstallEventServiceEventHandler();
|
||||
this.InstallAuthenticationEventHandler();
|
||||
this.InstallHealthCheck();
|
||||
|
||||
//load item types
|
||||
this.loadItemTypes();
|
||||
}
|
||||
|
||||
@HostListener('document:keyup', ['$event'])
|
||||
|
Reference in New Issue
Block a user