aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/polyfills.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/polyfills.ts')
-rw-r--r--client/src/polyfills.ts25
1 files changed, 3 insertions, 22 deletions
diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts
index b68c07fdb..3c4120599 100644
--- a/client/src/polyfills.ts
+++ b/client/src/polyfills.ts
@@ -11,32 +11,13 @@
11 * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera), 11 * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
12 * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile. 12 * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
13 * 13 *
14 * Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html 14 * Learn more in https://angular.io/guide/browser-support
15 */ 15 */
16 16
17/*************************************************************************************************** 17/***************************************************************************************************
18 * BROWSER POLYFILLS 18* BROWSER POLYFILLS
19 */ 19*/
20
21/**
22 * IE9, IE10 and IE11 requires all of the following polyfills.
23 */
24 20
25// For Google Bot
26import 'core-js/es6/symbol'
27import 'core-js/es6/object'
28import 'core-js/es6/function'
29import 'core-js/es6/parse-int'
30import 'core-js/es6/parse-float'
31import 'core-js/es6/number'
32import 'core-js/es6/math'
33import 'core-js/es6/string'
34import 'core-js/es6/date'
35import 'core-js/es6/array'
36import 'core-js/es6/regexp'
37import 'core-js/es6/map'
38import 'core-js/es6/weak-map'
39import 'core-js/es6/set'
40import 'core-js/es7/object' 21import 'core-js/es7/object'
41 22
42/** IE10 and IE11 requires the following for NgClass support on SVG elements */ 23/** IE10 and IE11 requires the following for NgClass support on SVG elements */