File

core/router/context-route.component.ts

Implements

OnInit

Metadata

Index

Properties
Methods

Constructor

constructor(route: ActivatedRoute, scopedContextRouteService: ScopedContextRouteService, contextRouteService: ContextRouteService, destroyRef: DestroyRef)
Parameters :
Name Type Optional
route ActivatedRoute No
scopedContextRouteService ScopedContextRouteService No
contextRouteService ContextRouteService No
destroyRef DestroyRef No

Methods

ngOnInit
ngOnInit()
Returns : void
refreshTabs
refreshTabs()
Returns : void

Properties

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>

results matching ""

    No results matching ""