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) 259 B
export * from './lib/ngx-avatar-config'; export * from './lib/ngx-avatar.component'; export * from './lib/ngx-avatar.providers'; export * from './lib/ngx-avatar.service'; export * from './lib/sources/avatar-source.enum'; export * from './lib/sources/source';