UNPKG

ng-inline-svg-w

Version:

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

11 lines (10 loc) 247 B
export declare class InlineSVGConfig { baseUrl?: string; clientOnly?: boolean; bypassHttpClientInterceptorChain?: boolean; } export declare const enum SVGScriptEvalMode { ALWAYS = "always", ONCE = "once", NEVER = "never" }