arkon

Results 201 comments of arkon

Under the hood, it's just using the regular [`` tag](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use), so the file path has no real relevance. I _could_ randomize the IDs after, but that may cause some confusion...

The cache is irrelevant to how things are rendered. Still not entirely sure how this should be solved.

From #114: > The svg injector should support the prevention of id conflicts. It is common usage of the module to include svgs from multiple sources. The usage of svgs...

That wasn't an expected use case.

For context, I created this module long before Angular Universal, SSR, or the CLI existed, so I don't really know how any of that really works, nor have I actually...

~~You can try again with v12.0.0.~~ Wait, you're not using Angular 11. Not sure what the issue is, but if you figure it out, a PR would be welcomed.

The SVG needs to be available on the page prior to the symbol ID being referenced. If you look at the demo in this package, it's just placed in the...

I haven't tried recently and I don't really remember if I ever did a few years back. It's possible that it might require an extra tick for Angular to actually...

You're missing the template info in your issue, but it sounds like you're missing the brackets around the directive attribute?