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.
17 lines (16 loc) • 795 B
TypeScript
import { ChangeDetectorRef, DoCheck } from "@angular/core";
import { LocalizableString } from "survey-core";
import * as i0 from "@angular/core";
export declare class StringViewerComponent implements DoCheck {
private changeDetectorRef;
model: LocalizableString;
textClass: string | undefined;
className: string;
private previousModel;
constructor(changeDetectorRef: ChangeDetectorRef);
ngDoCheck(): void;
clearOnChanged(model: LocalizableString): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<StringViewerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StringViewerComponent, "sv-ng-string-viewer, string-viewer, '[sv-ng-string-viewer]'", never, { "model": "model"; "textClass": "textClass"; }, {}, never, never>;
}