UNPKG

@alauda-fe/common

Version:

Alauda frontend team common codes.

14 lines (13 loc) 679 B
import { ChangeDetectorRef, OnDestroy } from '@angular/core'; import { Subject } from 'rxjs'; import { TranslateService } from '../../translate/translate.service'; import * as i0 from "@angular/core"; export declare class AuiCodeEditorHelperDirective implements OnDestroy { private readonly cdr; private readonly translate; destroy$$: Subject<void>; constructor(cdr: ChangeDetectorRef, translate: TranslateService); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<AuiCodeEditorHelperDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<AuiCodeEditorHelperDirective, "aui-code-editor", never, {}, {}, never, never, true, never>; }