UNPKG

@yoyoboot/l-52abp-ng-form-generator

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.

22 lines (21 loc) 1.02 kB
import { AfterViewInit, ElementRef, EventEmitter, Injector, OnDestroy, OnInit, ViewContainerRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import E from 'wangeditor'; import * as i0 from "@angular/core"; export declare class GUeditorComponent implements AfterViewInit, OnDestroy, OnInit, ControlValueAccessor { value: string; valueChange: EventEmitter<string>; ueditor: ElementRef; editor: E; constructor(injector: Injector, viewRef: ViewContainerRef, elementRef: ElementRef); ngOnInit(): void; ngOnDestroy(): void; ngAfterViewInit(): void; writeValue(obj: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState?(isDisabled: boolean): void; guid2(): string; static ɵfac: i0.ɵɵFactoryDeclaration<GUeditorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GUeditorComponent, "app-g-ueditor", never, { "value": "value"; }, { "valueChange": "valueChange"; }, never, never>; }