header.component.d.ts 337 B

123456
  1. import * as i0 from "@angular/core";
  2. export declare class HeaderComponent {
  3. title: string;
  4. static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
  5. static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "ct-header", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], true, never>;
  6. }