UNPKG

ngx-letters-avatar-14

Version:

Angular package that generates avatar with the initial letters of the provided name

12 lines (11 loc) 699 B
import { ModuleWithProviders } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "./src/app/modules/letters-avatar/letters-avatar.component"; import * as i2 from "@angular/common"; export * from './src/app/modules/letters-avatar/letters-avatar.component'; export declare class LettersAvatarModule { static forRoot(): ModuleWithProviders<LettersAvatarModule>; static ɵfac: i0.ɵɵFactoryDeclaration<LettersAvatarModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<LettersAvatarModule, [typeof i1.LettersAvatarComponent], [typeof i2.CommonModule], [typeof i1.LettersAvatarComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<LettersAvatarModule>; }