Merge Angular 16 Irish Monitor to develop #33
|
@ -13,9 +13,9 @@ import {Observable, zip} from "rxjs";
|
||||||
})
|
})
|
||||||
export class AdminDashboardGuard {
|
export class AdminDashboardGuard {
|
||||||
|
|
||||||
constructor(private router: Router,
|
constructor(protected router: Router,
|
||||||
private stakeholderService: StakeholderService,
|
protected stakeholderService: StakeholderService,
|
||||||
private userManagementService: UserManagementService) {
|
protected userManagementService: UserManagementService) {
|
||||||
}
|
}
|
||||||
|
|
||||||
check(path: string, alias: string): Observable<boolean> | boolean {
|
check(path: string, alias: string): Observable<boolean> | boolean {
|
||||||
|
|
Loading…
Reference in New Issue