@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
19 lines • 1 kB
TypeScript
import { Settings } from '@c8y/ngx-components/protocol-lwm2m/model';
import { ActivatedRoute } from '@angular/router';
import { Lwm2mConfigurationService } from '@c8y/ngx-components/protocol-lwm2m/services';
import { Tab } from '@c8y/ngx-components';
import { IIdentified } from '@c8y/client';
import { Lwm2mFormWrapperBase } from './typed-forms';
import * as i0 from "@angular/core";
export declare class Lwm2mConfigurationComponent {
private lwm2mConfigService;
private route;
tabs: Tab[];
componentInstance: Lwm2mFormWrapperBase<Settings>;
constructor(lwm2mConfigService: Lwm2mConfigurationService<IIdentified>, route: ActivatedRoute);
onActivate(event: any): void;
private getPath;
static ɵfac: i0.ɵɵFactoryDeclaration<Lwm2mConfigurationComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<Lwm2mConfigurationComponent, "c8y-lwm2m-configuration", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=lwm2m-configuration.component.d.ts.map