install npm install --save ng2-google-letter-avatar
The main idea is create one avatar as the same google style using material colors.
import { LetterAvatarModule } from 'ng2-google-letter-avatar';
In your module
import: [ LetterAvatarModule ]
<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>
https://github.com/hlpupo/ng2GoogleLetterAvatar.
MIT