UNPKG

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.

11 lines (10 loc) 574 B
import { QuestionSliderModel, SliderLabelItemValue } from "survey-core"; import { BaseAngular } from "../../base-angular"; import * as i0 from "@angular/core"; export declare class SliderLabelItemComponent extends BaseAngular { model: QuestionSliderModel; item: SliderLabelItemValue; getModel(): SliderLabelItemValue; static ɵfac: i0.ɵɵFactoryDeclaration<SliderLabelItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SliderLabelItemComponent, "sv-ng-slider-label-item", never, { "model": "model"; "item": "item"; }, {}, never, never>; }