angular-svg-icon
angular-svg-icon copied to clipboard
Angular component and service for inlining SVGs allowing them to be easily styled with CSS.
**Problem:** Trying to load an svg in multiple components, then change the color in one components, but not have it affect the other svg. Inside of the svg, the color...
I am facing problem where svgStyle does not apply to element (sometimes) in cause of `setSvg` called after changes of `name` and no `setStyle` called from `SvgIconComponent`. My case is...
I got error 'ERROR No svg with name 'sort-alphabet' has been loaded' ``` info => Serving static files from ././src/assets at /assets ``` ``` moduleMetadata({ imports: [ MusicTableModule, AngularSvgIconModule.forRoot(), AngularSvgIconPreloaderModule.forRoot({...
This is external SVG file which contains style, but angular-svg-icon doesn't handle csp error for this. 
I have a problem when showing the icon from the registry when change detection is triggered. It worked fine with NG@17, but after upgrading to NG18, a problem appeared. In...