core/router/context-route.component.ts
OnInit
providers |
ScopedContextRouteService
|
selector | c8y-context-route |
templateUrl | ./context-route.component.html |
Properties |
Methods |
constructor(route: ActivatedRoute, scopedContextRouteService: ScopedContextRouteService, contextRouteService: ContextRouteService, destroyRef: DestroyRef)
|
|||||||||||||||
Parameters :
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
refreshTabs |
refreshTabs()
|
Returns :
void
|
isLoading$ |
Type : Observable<boolean>
|
<router-outlet *ngIf="!(isLoading$ | async); else loading"></router-outlet>
<ng-template #loading>
<div class="d-flex d-col a-i-center j-c-center fit-h">
<c8y-loading></c8y-loading>
</div>
</ng-template>