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.

15 lines (14 loc) 706 B
import { AfterViewInit, ElementRef } from "@angular/core"; import { PanelModel } from "survey-core"; import { BaseAngular } from "./base-angular"; import * as i0 from "@angular/core"; export declare class PanelComponent extends BaseAngular<PanelModel> implements AfterViewInit { model: PanelModel; panelContainerRef: ElementRef<HTMLDivElement>; protected getModel(): PanelModel; ngAfterViewInit(): void; trackRowBy: (_: any, row: any) => any; get canRender(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<PanelComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PanelComponent, "sv-ng-panel, '[sv-ng-panel]'", never, { "model": "model"; }, {}, never, never>; }