UNPKG

ng-halfmoon

Version:

Angular Library to build upon the halfmoon-framework

9 lines (8 loc) 438 B
import { AfterViewChecked, ElementRef, Injector, OnInit, Renderer2 } from '@angular/core'; import { FormGroupDirective } from '../../form-group/form-group.directive'; export declare class InputContainerComponent extends FormGroupDirective implements OnInit, AfterViewChecked { control: HTMLInputElement; constructor(el: ElementRef, renderer: Renderer2, injector: Injector); ngOnInit(): void; ngAfterViewChecked(): void; }