UNPKG

survey-angular-ui

Version:

A free MIT-licensed Angular UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.

16 lines (15 loc) 596 B
import { PopupModalManager } from "survey-core"; import { PopupService } from "./popup.service"; import * as i0 from "@angular/core"; export declare class ModalComponent { private popupService; private functionDefined; private hosts; private modalManager; constructor(popupService: PopupService); createModalManager(): PopupModalManager; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "sv-ng-modal-container", never, {}, {}, never, never>; }