Fix svg compile

This commit is contained in:
Farkas József
2016-12-18 00:30:29 +01:00
parent dca2475217
commit f818b0ecf9

View File

@@ -1,5 +1,7 @@
const svgIcons = { path: '../../images/icons/**/*.svg', name: 'assets/compiled_sprite.svg' };
require('webpack-svgstore-plugin/src/helpers/svgxhr')(svgIcons);
/* tslint:disable:variable-name */
const __svg__ = { path: '../../images/icons/**/*.svg', name: 'assets/compiled_sprite.svg' };
/* tslint:enable:variable-name */
require('webpack-svgstore-plugin/src/helpers/svgxhr')(__svg__);
import { Injectable } from '@angular/core';