@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
11 lines • 518 B
TypeScript
import { ActivatedRouteSnapshot } from '@angular/router';
import { EcosystemService } from '@c8y/ngx-components/ecosystem/shared';
import * as i0 from "@angular/core";
export declare class PackageGuard {
private ecosystemService;
constructor(ecosystemService: EcosystemService);
canActivate(route: ActivatedRouteSnapshot): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<PackageGuard, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<PackageGuard>;
}
//# sourceMappingURL=package.guard.d.ts.map