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.
12 lines (11 loc) • 586 B
TypeScript
import { ListModel, Action } from "survey-core";
import { BaseAngular } from "../../base-angular";
import * as i0 from "@angular/core";
export declare class ListItemGroupComponent extends BaseAngular {
element: any;
model: Action;
listModel: ListModel;
getModel(): Action;
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemGroupComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ListItemGroupComponent, "sv-ng-list-item-group, '[sv-ng-list-item-group]'", never, { "element": "element"; "model": "model"; "listModel": "listModel"; }, {}, never, never>;
}