survey-angular-ui
Version:
survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.
17 lines (16 loc) • 775 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;
rootEl?: ElementRef<HTMLDivElement>;
protected getModel(): 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"; }, {}, never, never>;
}