2.3.0 • Published 5 years ago

@hlpupo/ng2-google-letter-avatar v2.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Ng2GoogleLetterAvatar V 1.0.0

letter-avatar

install npm install --save ng2-google-letter-avatar

The main idea is create one avatar as the same google style using material colors.

How tu use

import { LetterAvatarModule } from 'ng2-google-letter-avatar';

In your module

import: [ LetterAvatarModule ]

Implementation

<ng-google-letter-avatar [firstName]="contact.firstName" [lastName]="contact.lastName" shape="circle"></ng-google-letter-avatar>

<ng-google-letter-avatar firstName="first" lastName="lastName" shape="circle"></ng-google-letter-avatar>            

GitHub

https://github.com/hlpupo/ng2GoogleLetterAvatar.

Autor

@hlpupo

Licence

MIT