@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
12 lines • 617 B
TypeScript
import { Lwm2mClientService } from '@c8y/ngx-components/protocol-lwm2m/services';
import { ActivatedRouteSnapshot } from '@angular/router';
import { IIdentified } from '@c8y/client';
import * as i0 from "@angular/core";
export declare class Lwm2mDeviceTypeGuard {
private lwm2mClientService;
constructor(lwm2mClientService: Lwm2mClientService<IIdentified>);
canActivate(route: ActivatedRouteSnapshot): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<Lwm2mDeviceTypeGuard, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<Lwm2mDeviceTypeGuard>;
}
//# sourceMappingURL=device-type.guard.d.ts.map