UNPKG

ng-halfmoon

Version:

Angular Library to build upon the halfmoon-framework

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