arkon / ng-inline-svg

[Inactive] Angular directive for inserting an SVG file inline within an element.
https://echeung.me/ng-inline-svg/
MIT License
210 stars 88 forks source link

setSVGAttributes is incorrectly typed #116

Closed sshcheung closed 5 years ago

sshcheung commented 5 years ago

It should be { [key: string]: any } instead of {string: any} to support multiple attributes being set at the same time