HaithemMosbahi / ngx-avatar

Universal avatar component for angular 2+ applications makes it possible to fetch / generate avatar from different sources
MIT License
236 stars 91 forks source link

When name is provided it should be used to make the images accessible #70

Open andbjer opened 5 years ago

andbjer commented 5 years ago

When a name is provided to the ngx-avatar-component, I would like it to use the name as an alt-text on the img to make it accessible.

HaithemMosbahi commented 5 years ago

It makes sense. I will add this into the component

kulukamal commented 4 years ago

Is this already in latest version or it's yet to be updated