UNPKG

angular-bootstrap-md

Version:

Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.

19 lines (18 loc) 705 B
import { OnInit, ElementRef, Renderer2, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MdbErrorDirective implements OnInit, OnDestroy { private el; private renderer; prefix: HTMLElement; id: string; errorMsg: boolean; messageId: string; textareaListenFunction: Function; private utils; constructor(el: ElementRef, renderer: Renderer2); private _calculateMarginTop; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<MdbErrorDirective, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MdbErrorDirective, "mdb-error", never, { "id": "id"; }, {}, never, ["*"], false, never>; }