UNPKG

ngx-avatars

Version:

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

7 lines (6 loc) 218 B
import { InjectionToken } from '@angular/core'; import { AvatarConfig } from './avatar-config'; /** * Token used to inject the AvatarConfig object */ export declare const AVATAR_CONFIG: InjectionToken<AvatarConfig>;