@universal-material/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.1.0.
9 lines (8 loc) • 475 B
TypeScript
import { ElementRef } from '@angular/core';
import { FormFieldComponent } from './form-field.component';
import * as i0 from "@angular/core";
export declare class LabelDirective {
constructor(elementRef: ElementRef<HTMLElement>, formField: FormFieldComponent);
static ɵfac: i0.ɵɵFactoryDeclaration<LabelDirective, [null, { optional: true; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<LabelDirective, "[uLabel]", never, {}, {}, never, never, false, never>;
}