UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

11 lines 518 B
import { ActivatedRouteSnapshot } from '@angular/router'; import { InventoryService } from '@c8y/client'; import * as i0 from "@angular/core"; export declare class ChildDevicesTabGuard { private inventory; constructor(inventory: InventoryService); canActivate(route: ActivatedRouteSnapshot): Promise<boolean>; static ɵfac: i0.ɵɵFactoryDeclaration<ChildDevicesTabGuard, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ChildDevicesTabGuard>; } //# sourceMappingURL=child-devices.guard.d.ts.map