ng-devui icon indicating copy to clipboard operation
ng-devui copied to clipboard

feat(avatar): Allow avatar to pass referrerPolicy for imgSrc

Open kwongtn opened this issue 3 years ago • 1 comments

When using some services (E.g. firebase together with google authentication), sometimes we will need a custom referrer policy. This patch addresses it by allowing passes of the tag to the final 'img' element.

kwongtn avatar Jul 17 '22 15:07 kwongtn

Thanks for contributions. Is it possible to expose the imgProps API so that users can transfer required img native attributes, such as alt, to make it more flexible?

Simplelegant avatar Jul 28 '22 07:07 Simplelegant