UNPKG

survey-creator-angular

Version:

A white-label drag-and-drop form builder for Angular that lets you design complex, interactive forms and surveys without writing code. It generates JSON schemas used by the SurveyJS Form Library to render dynamic forms in your Angular app.

22 lines (21 loc) 1.11 kB
import { ChangeDetectorRef, OnChanges, OnDestroy, OnInit, SimpleChanges, ViewContainerRef } from "@angular/core"; import { EmbeddedViewContentComponent } from "survey-angular-ui"; import { PageModel } from "survey-core"; import { SurveyCreatorModel } from "survey-creator-core"; import * as i0 from "@angular/core"; export declare class PageWrapperComponent extends EmbeddedViewContentComponent implements OnInit, OnChanges, OnDestroy { private changeDetectorRef; private static ID; private id; page?: PageModel; isGhost?: boolean; creator: SurveyCreatorModel; className: string; constructor(viewContainerRef: ViewContainerRef, changeDetectorRef: ChangeDetectorRef); private setupCallback; private clearCallback; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<PageWrapperComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PageWrapperComponent, "svc-page-wrapper", never, { "page": "page"; "isGhost": "isGhost"; "creator": "creator"; "className": "className"; }, {}, never, never>; }