You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
Not sure if this is a bug or a feature request. Here, I use ng-inline-svg. It work well for me. I use it inside a lazy-loaded module. But the thing is: how to lazy-load the svg itself (not the module).
What I want to achieve is to:
use a svg placeholder which would inlined on startup,
then lazy-load the svg
the lazy-loaded svg would then replace the first inlined svg.
So I can't seem to find a way of doing that, even though i've seen that there's an input onSVGLoaded.
Actual behavior: My UI is completely blocked until the svg is loaded.
Thanks for your help
The text was updated successfully, but these errors were encountered:
Hi there,
Not sure if this is a bug or a feature request. Here, I use ng-inline-svg. It work well for me. I use it inside a lazy-loaded module. But the thing is: how to lazy-load the svg itself (not the module).
What I want to achieve is to:
So I can't seem to find a way of doing that, even though i've seen that there's an input onSVGLoaded.
Actual behavior: My UI is completely blocked until the svg is loaded.
Thanks for your help
The text was updated successfully, but these errors were encountered: