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.
20 lines (19 loc) • 876 B
TypeScript
import { ElementRef } from "@angular/core";
import { Question } from "survey-core";
import { EmbeddedViewContentComponent } from "./embedded-view-content.component";
import * as i0 from "@angular/core";
export declare class QuestionComponent extends EmbeddedViewContentComponent {
model: Question;
css: any;
survey: any;
rootEl?: ElementRef<HTMLDivElement>;
protected getModel(): Question;
get singleQuestion(): Question;
ngAfterViewInit(): void;
ngOnDestroy(): void;
getComponentName(): string;
getQuestionContentWrapperComponentName(): string;
getQuestionContentWrapperComponentData(): any;
static ɵfac: i0.ɵɵFactoryDeclaration<QuestionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<QuestionComponent, "sv-ng-question", never, { "model": "model"; "css": "css"; "survey": "survey"; }, {}, never, never>;
}