UNPKG

ngx-avatar-fork

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) 232 B
import { InjectionToken } from '@angular/core'; import { NgxAvatarConfig } from './ngx-avatar-config'; /** * Token used to inject the AvatarConfig object */ export declare const NGX_AVATAR_CONFIG: InjectionToken<NgxAvatarConfig>;