@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
11 lines • 548 B
TypeScript
import { ActivatedRouteSnapshot } from '@angular/router';
import { LpwanSetDeviceProtocolService } from './lpwan-set-device-protocol.service';
import * as i0 from "@angular/core";
export declare class LpwanAgentGuard {
private lpwanService;
constructor(lpwanService: LpwanSetDeviceProtocolService);
canActivate(route: ActivatedRouteSnapshot): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<LpwanAgentGuard, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<LpwanAgentGuard>;
}
//# sourceMappingURL=lpwan-agent.guard.d.ts.map