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.

15 lines (14 loc) 679 B
import { ElementRef } from "@angular/core"; import { PageModel, SurveyModel } from "survey-core"; import { BaseAngular } from "./base-angular"; import * as i0 from "@angular/core"; export declare class PageComponent extends BaseAngular<PageModel> { model: PageModel; survey?: SurveyModel; pageContainerRef: ElementRef<HTMLDivElement>; protected getModel(): PageModel; protected onModelChanged(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PageComponent, "sv-page, page, sv-ng-page", never, { "model": "model"; "survey": "survey"; }, {}, never, never>; }