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.
13 lines (12 loc) • 652 B
TypeScript
import { BaseAngular } from "../base-angular";
import { ItemValue, QuestionRankingModel } from "survey-core";
import * as i0 from "@angular/core";
export declare class RankingItemComponent extends BaseAngular<ItemValue> {
question: QuestionRankingModel;
model: ItemValue;
index: number;
unrankedItem: boolean;
protected getModel(): ItemValue;
static ɵfac: i0.ɵɵFactoryDeclaration<RankingItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RankingItemComponent, "sv-ng-ranking-item", never, { "question": "question"; "model": "model"; "index": "index"; "unrankedItem": "unrankedItem"; }, {}, never, never>;
}