Ng Inline Svg Versions Save

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

v13.1.2

2 years ago

v13.1.1

2 years ago

v13.1.0

2 years ago
  • Don't silence HTTP errors in SVGCacheService (by @JohnKis, see #180)

v13.0.0

3 years ago

Angular 12 support (by @shahmirn, #172)

v12.1.0

3 years ago

Added fallbackSVG input (by @emanuelefricano93, see #164)

v12.0.0

3 years ago

Angular 11 support.

Note that this library is not actively maintained.

v11.0.2

3 years ago

Fix: process SVG on attribute change even if the URL hasn't changed (#156)

v11.0.1

3 years ago

Bug fix: SVG caching when using symbols

v11.0.0

3 years ago

Angular 10 support.

v10.1.0

4 years ago

Behaviour changes

  • Reinsert SVG when setSVGAttributes input changes
  • HttpClient interceptor bypass behaviour introduced in v9.1.0 is now optional and defaults to false. Use the bypassHttpClientInterceptorChain config to keep that behaviour.