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

adding configuration to avoid fetching SVGs on server side. #109 #110

Closed martin-mueller-solutions closed 5 years ago

martin-mueller-solutions commented 5 years ago

Fix for #109

New global configuration called clientOnly lets you define to only load SVGs on the client side.