UNPKG

survey-angular-ui

Version:

survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.

19 lines (18 loc) 930 B
import { AfterViewInit, ChangeDetectorRef, ElementRef, NgZone, ViewContainerRef } from "@angular/core"; import { IElement, QuestionRowModel } from "survey-core"; import { BaseAngular } from "./base-angular"; import * as i0 from "@angular/core"; export declare class RowComponent extends BaseAngular<QuestionRowModel> implements AfterViewInit { private ngZone; row: QuestionRowModel; container?: ElementRef<HTMLDivElement>; constructor(cdr: ChangeDetectorRef, vcr: ViewContainerRef, ngZone: NgZone); protected getModel(): QuestionRowModel; trackElementBy(index: number, element: IElement): string; ngAfterViewInit(): void; protected onModelChanged(): void; private stopLazyRendering; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<RowComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "sv-ng-row", never, { "row": "row"; }, {}, never, never>; }