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
I suspect it's a browser/security issue with style in SVGs, which is beyond the scope of this component. You might need a custom Content Security Policy header for SVGs to allow this. Do a web search for "svg style csp" for some ideas. Or, another option may be to remove the style from the SVG and apply it with the Angular app.
This is external SVG file which contains style, but angular-svg-icon doesn't handle csp error for this.
The text was updated successfully, but these errors were encountered: