angular-svg-icon icon indicating copy to clipboard operation
angular-svg-icon copied to clipboard

Angular component and service for inlining SVGs allowing them to be easily styled with CSS.

Results 15 angular-svg-icon issues
Sort by recently updated
recently updated
newest added

**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...

help wanted

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. ![Image](https://github.com/user-attachments/assets/e086941b-5f9c-4735-8546-806d861b27eb)

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...