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.

9 lines (8 loc) 473 B
import { QuestionRadiogroupModel } from "survey-core"; import { SelectBaseComponent } from "./selectbase.component"; import * as i0 from "@angular/core"; export declare class RadiogroupComponent extends SelectBaseComponent<QuestionRadiogroupModel> { ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<RadiogroupComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<RadiogroupComponent, "sv-ng-radiogroup-question", never, {}, {}, never, never>; }