UNPKG

ngx-avatar

Version:

A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.

6 lines (5 loc) 223 B
import { ModuleWithProviders } from '@angular/core'; import { AvatarConfig } from './avatar-config'; export declare class AvatarModule { static forRoot(avatarConfig?: AvatarConfig): ModuleWithProviders<AvatarModule>; }