core/router/context-route.component.ts
| providers |
ScopedContextRouteService
|
| selector | c8y-context-route |
| standalone | true |
| imports |
NgIf
|
| templateUrl | ./context-route.component.html |
<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>