UNPKG

fundamental-ngx

Version:

SAP Fiori Fundamentals, implemented in Angular

13 lines (12 loc) 277 B
/** * Label to be linked to a form control. * * ```html * <label fd-form-label for="input-id">Label Text</label> * <input fd-form-control type="text" id="input-id" /> * ``` */ export declare class FormLabelDirective { /** @hidden */ fdFormLabelClass: boolean; }