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.
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>;
}