UNPKG

inet-core

Version:
17 lines (16 loc) 723 B
import { ElementRef, OnChanges, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AvatarDirective implements OnInit, OnChanges { private _el; usercode?: string; version?: number; private url; constructor(_el: ElementRef); ngOnInit(): void; ngOnChanges(): void; private _setAvatar; private _loadAvatarError; private _loadAvatarSuccess; static ɵfac: i0.ɵɵFactoryDeclaration<AvatarDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarDirective, "img[userAvatar]", never, { "usercode": { "alias": "usercode"; "required": false; }; "version": { "alias": "version"; "required": false; }; }, {}, never, never, true, never>; }