UNPKG

ngx-surveys

Version:
19 lines (18 loc) 908 B
import { OnInit, EventEmitter, OnChanges } from '@angular/core'; import { FormItem, FormItemWidget } from '../index'; import * as i0 from "@angular/core"; export declare class FormItemLabel extends FormItem { htmlContent: string; } export declare class FormItemLabelComponent implements FormItemWidget, OnInit, OnChanges { item: FormItemLabel; editable: boolean; changes: EventEmitter<FormItemLabel>; constructor(); ngOnInit(): void; ngOnChanges(): void; checkRequired(placeholder: any): void; onValueChanges(item: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<FormItemLabelComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FormItemLabelComponent, "app-form-item-label", never, { "item": { "alias": "item"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; }, { "changes": "changes"; }, never, never, false, never>; }