UNPKG

@infordata-web/portal-common-component-lib

Version:

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

9 lines (8 loc) 265 B
import { ElementRef } from '@angular/core'; import { NgControl } from "@angular/forms"; export declare class UpperCaseDirective { ref: ElementRef; private control; constructor(ref: ElementRef, control: NgControl); input(event: any): void; }