@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
11 lines • 607 B
TypeScript
import { ElementRef, TemplateRef, ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class MapPopupDirective {
template: TemplateRef<unknown>;
elementRef: ElementRef;
viewContainer: ViewContainerRef;
constructor(template: TemplateRef<unknown>, elementRef: ElementRef, viewContainer: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<MapPopupDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MapPopupDirective, "[c8yMapPopup]", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=map-popup.directive.d.ts.map