UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

14 lines 704 B
import { OnChanges } from '@angular/core'; import { EventService, IEvent, IManagedObject } from '@c8y/client'; import * as i0 from "@angular/core"; export declare class MapEventInfoComponent implements OnChanges { private eventService; asset: IManagedObject; loading: boolean; event: IEvent; constructor(eventService: EventService); ngOnChanges(): Promise<void>; static ɵfac: i0.ɵɵFactoryDeclaration<MapEventInfoComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MapEventInfoComponent, "c8y-map-event-info", never, { "asset": { "alias": "asset"; "required": false; }; }, {}, never, ["*"], true, never>; } //# sourceMappingURL=map-event-info.component.d.ts.map