@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
15 lines • 693 B
TypeScript
import { ApplicationService } from '@c8y/client';
import * as i0 from "@angular/core";
/**
* @deprecated This service is deprecated and will be removed in a future version.
* Use the PluginsResolveService instead.
*/
export declare class Lwm2mPluginCheckerService {
private applicationService;
constructor(applicationService: ApplicationService);
isLwm2mPluginInstalled(): Promise<boolean>;
static ɵfac: i0.ɵɵFactoryDeclaration<Lwm2mPluginCheckerService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<Lwm2mPluginCheckerService>;
}
export declare const lwm2mPluginCheckerServiceDowngradedInjectable: Function;
//# sourceMappingURL=plugin-checker.service.d.ts.map