avatar.component.d.ts 520 B

12345678910
  1. import { OnInit } from '@angular/core';
  2. import * as i0 from "@angular/core";
  3. export declare class AvatarComponent implements OnInit {
  4. picture: string;
  5. title: string;
  6. titleInitials: string;
  7. ngOnInit(): void;
  8. static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
  9. static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "ct-avatar", never, { "picture": { "alias": "picture"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
  10. }