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) • 801 B
TypeScript
import { OnInit } from "@angular/core";
import { QuestionAngular } from "../question";
import { PanelModel, QuestionPanelDynamicModel } from "survey-core";
import * as i0 from "@angular/core";
export declare class PanelDynamicQuestionComponent extends QuestionAngular<QuestionPanelDynamicModel | any> implements OnInit {
trackPanelBy(_: number, panel: PanelModel): string;
protected onModelChanged(): void;
get progressCssClass(): any;
ngOnDestroy(): void;
getPanelComponentName(panel: PanelModel): string;
getPanelComponentData(panel: PanelModel): any;
static ɵfac: i0.ɵɵFactoryDeclaration<PanelDynamicQuestionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PanelDynamicQuestionComponent, "sv-ng-paneldynamic-question", never, {}, {}, never, never>;
}