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.

19 lines (18 loc) 861 B
import { AfterViewInit, ElementRef } from "@angular/core"; import { PanelModel, Question } from "survey-core"; import { BaseAngular } from "./base-angular"; import * as i0 from "@angular/core"; export declare class ElementComponent extends BaseAngular<PanelModel | Question> implements AfterViewInit { model: PanelModel | Question; container: ElementRef<HTMLDivElement>; protected getModel(): PanelModel | Question; protected get elementComponentName(): string; protected onModelChanged(): void; get componentName(): string; get rootStyle(): any; get componentData(): any; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ElementComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ElementComponent, "sv-ng-element", never, { "model": "model"; }, {}, never, never>; }