UNPKG

ng-hub-ui-avatar

Version:

A powerful, flexible, and standalone Angular avatar component that generates and fetches user avatars from multiple sources including social media, Gravatar, or custom images with intelligent fallback system

12 lines (11 loc) 594 B
import { ModuleWithProviders } from '@angular/core'; import { AvatarConfig } from './avatar-config'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "./avatar.component"; export declare class AvatarModule { static forRoot(avatarConfig?: AvatarConfig): ModuleWithProviders<AvatarModule>; static ɵfac: i0.ɵɵFactoryDeclaration<AvatarModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarModule, never, [typeof i1.CommonModule, typeof i2.AvatarComponent], never>; static ɵinj: i0.ɵɵInjectorDeclaration<AvatarModule>; }