ng-devui
ng-devui copied to clipboard
feat(avatar): Allow avatar to pass referrerPolicy for imgSrc
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.
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?