UNPKG

ng-inline-svg-w

Version:

Angular directive for inserting an SVG inline within an element. Fork of no longer supported ng-inline-svg

5 lines (4 loc) 245 B
export { InlineSVGConfig, SVGScriptEvalMode } from './inline-svg.config'; export { InlineSVGDirective } from './inline-svg.directive'; export { InlineSVGModule } from './inline-svg.module'; export { SVGCacheService } from './svg-cache.service';