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