UNPKG

ng-inline-svg-2

Version:

Angular directive for inserting an SVG inline within an element.

10 lines (9 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InlineSVGConfig = void 0; var InlineSVGConfig = (function () { function InlineSVGConfig() { } return InlineSVGConfig; }()); exports.InlineSVGConfig = InlineSVGConfig;