22 lines
636 B
TypeScript
22 lines
636 B
TypeScript
// This file includes polyfills needed by Angular 2 and is loaded before
|
|
// the app. You can add your own extra polyfills to this file.
|
|
import 'ts-helpers';
|
|
import 'core-js/es/symbol';
|
|
import 'core-js/es/object';
|
|
import 'core-js/es/function';
|
|
import 'core-js/es/parse-int';
|
|
import 'core-js/es/parse-float';
|
|
import 'core-js/es/number';
|
|
import 'core-js/es/math';
|
|
import 'core-js/es/string';
|
|
import 'core-js/es/date';
|
|
import 'core-js/es/array';
|
|
import 'core-js/es/regexp';
|
|
import 'core-js/es/map';
|
|
import 'core-js/es/set';
|
|
import 'core-js/es/reflect';
|
|
|
|
import 'core-js/es/reflect';
|
|
import 'zone.js/dist/zone';
|
|
import 'classlist-polyfill';
|