UNPKG

ngx-avatars

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) 173 B
import { Source } from './source'; /** * A creator interface used to instantiate source implementation */ export type SourceCreator = new (sourceValue: string) => Source;