label.component.d.ts 747 B

1234567891011
  1. import { ComponentType } from '../../model/components/component-type.type';
  2. import * as i0 from "@angular/core";
  3. export declare class LabelComponent {
  4. text: string;
  5. type: ComponentType;
  6. formControlName: string;
  7. hasError: boolean;
  8. showError: boolean;
  9. static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponent, never>;
  10. static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "ct-form-label", never, { "text": { "alias": "text"; "required": true; }; "type": { "alias": "type"; "required": false; }; "formControlName": { "alias": "formControlName"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "showError": { "alias": "showError"; "required": false; }; }, {}, never, never, true, never>;
  11. }