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.

17 lines (16 loc) 726 B
import { ElementRef } from "@angular/core"; import { BaseAngular } from "../../base-angular"; import { Cover, SurveyModel } from "survey-core"; import * as i0 from "@angular/core"; export declare class HeaderComponent extends BaseAngular<Cover> { model: Cover; survey: SurveyModel; container: ElementRef<HTMLDivElement>; getModel(): Cover; private shouldProcessResponsiveness; protected onModelChanged(): void; ngAfterViewInit(): void; ngAfterViewChecked(): void; static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "sv-header, sv-ng-header", never, { "model": "model"; "survey": "survey"; }, {}, never, never>; }