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.
14 lines (13 loc) • 642 B
TypeScript
import { Base, SurveyTimerModel } from "survey-core";
import { BaseAngular } from "../../base-angular";
import * as i0 from "@angular/core";
export declare class TimerPanelComponent extends BaseAngular<SurveyTimerModel> {
model: SurveyTimerModel;
private readonly circleLengthValue;
protected getStateElement(): Base;
protected getModel(): SurveyTimerModel;
get circleLength(): number;
get progress(): number;
static ɵfac: i0.ɵɵFactoryDeclaration<TimerPanelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TimerPanelComponent, "sv-timerpanel", never, { "model": "model"; }, {}, never, never>;
}