@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
11 lines • 544 B
TypeScript
import { ActivatedRouteSnapshot } from '@angular/router';
import { InventoryService } from '@c8y/client';
import * as i0 from "@angular/core";
export declare class ServicesDeviceTabGuard {
private inventoryService;
constructor(inventoryService: InventoryService);
canActivate(route: ActivatedRouteSnapshot): Promise<boolean>;
static ɵfac: i0.ɵɵFactoryDeclaration<ServicesDeviceTabGuard, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ServicesDeviceTabGuard>;
}
//# sourceMappingURL=services-device-tab.guard.d.ts.map