ng-inline-svg icon indicating copy to clipboard operation
ng-inline-svg copied to clipboard

[Inactive] Angular directive for inserting an SVG file inline within an element.

Results 19 ng-inline-svg issues
Sort by recently updated
recently updated
newest added

when I build my angular universal project on google cloud and in the step when I run angular universal server-side build it takes forever tell it timeout this is the...

enhancement
help wanted

I'm looking to include a SVG sprite sheet on the page once and then use the symbol method to reference individual icons (to improve performance) per your README documentation and...

question

Hi, this is not a blocker but I would like to point to a different (relative) URL for Angular unit tests, so we don't see 404's in the spec output:...

I am unable to load an SVG from api call, I get the error 'Safe Value' must us property binding. I don't have this problem when I use an I...

question

```html ``` Renders ![image](https://user-images.githubusercontent.com/944605/51181173-b9223d00-18ca-11e9-9540-78cd10f4c63c.png) while inverting those lines ```html ``` gives: ![image](https://user-images.githubusercontent.com/944605/51181199-cccda380-18ca-11e9-8354-388c02f0e177.png) despite the cache to be disabled, the first object will be reused by the second one [SVGs.zip](https://github.com/arkon/ng-inline-svg/files/2759651/SVGs.zip)

More of a note to self: https://css-tricks.com/inline-svg-cached/

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

enhancement

Currently on some svg's I have repeating issue with svg not rendering in safari. I found that using **object** tag instead of **svg** or **img** allows safari to render svg...

bug
enhancement

The title says it all. I am currently using the following code to load my SVG Images from the assets folder inside my project directory. [inlineSVG]="'/assets/Compression/' + position + '.svg'"...

enhancement