@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
10 lines • 612 B
TypeScript
import { ElementRef, Injector } from '@angular/core';
import { UpgradeComponent } from '@angular/upgrade/static';
import * as i0 from "@angular/core";
export declare class DeviceTypeDetail extends UpgradeComponent {
id: string;
constructor(elementRef: ElementRef, injector: Injector);
static ɵfac: i0.ɵɵFactoryDeclaration<DeviceTypeDetail, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<DeviceTypeDetail, "c8y-device-type-detail-directive", never, { "id": { "alias": "id"; "required": false; }; }, {}, never, never, true, never>;
}
//# sourceMappingURL=device-type-detail.directive.d.ts.map