fix(d3): fix d3 not being shown

This commit is contained in:
Dmitry Nehaychik 2017-09-21 13:18:45 +03:00
parent 1cfbeb5fc4
commit e853c0783c

View file

@ -69,7 +69,7 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
* Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10 * Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
*/ */
import 'intl'; // Run `npm install --save intl`. import 'intl'; // Run `npm install --save intl`.
import 'intl/locale-data/jsonp/en';
import 'core-js/es7/array'; import 'core-js/es7/array';
if (typeof SVGElement.prototype.contains === 'undefined') { if (typeof SVGElement.prototype.contains === 'undefined') {