123456789101112131415161718 |
- import { OnInit } from "@angular/core";
- import Parse from "parse";
- import { AccountService } from "../account/account.service";
- import * as i0 from "@angular/core";
- export declare class CompUserAvatarComponent implements OnInit {
- private novaAccount;
- user: Parse.User;
- type: string;
- text: string;
- identity: string;
- constructor(novaAccount: AccountService);
- ngOnInit(): void;
- ngOnChanges(): void;
- refresh(): Promise<void>;
- getType(): "avatar" | "text" | "icon";
- static ɵfac: i0.ɵɵFactoryDeclaration<CompUserAvatarComponent, never>;
- static ɵcmp: i0.ɵɵComponentDeclaration<CompUserAvatarComponent, "app-comp-user-avatar", never, { "user": { "alias": "user"; "required": false; }; }, {}, never, never, true, never>;
- }
|