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

Documentation about SSR is out of date #95

Closed DennisNeuendorfNetlight closed 5 years ago

DennisNeuendorfNetlight commented 5 years ago

Hi, I used the library and realized that the setBaseUrl-function is no longer a real setter. The correct way is to provide the baseUrl as InlineSVGConfig. This described solution in the Readme.md is out of date. A fix PR is opened. #94

arkon commented 5 years ago

Thanks for pointing it out and opening a PR!