survey-angular-ui
Version:
survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.
16 lines (15 loc) • 672 B
TypeScript
import { IDialogOptions, PopupBaseViewModel } from "survey-core";
import { PopupService } from "./popup.service";
import * as i0 from "@angular/core";
export declare class ModalComponent {
private popupService;
model: PopupBaseViewModel;
private portalHost;
private functionDefined;
constructor(popupService: PopupService);
showDialog(dialogOptions: IDialogOptions, rootElement?: HTMLElement): PopupBaseViewModel;
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "sv-ng-modal-container", never, {}, {}, never, never>;
}