Skip to content

hlpupo/ng2GoogleLetterAvatar

Repository files navigation

Ng2GoogleLetterAvatar V 1.0.0

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published