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.

4 lines (3 loc) 216 B
import { EnvironmentProviders } from '@angular/core'; import { NgxAvatarConfig } from './ngx-avatar-config'; export declare function provideEnvironmentNgxAvatar(avatarConfig?: NgxAvatarConfig): EnvironmentProviders;