Merge pull request #4273 from MaximilianKrambach/ie11

IE 11 / Edge compatibility
This commit is contained in:
Emanuel Schütze 2019-02-15 23:14:32 +01:00 committed by GitHub
commit 29b8a8b2ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 14 deletions

View File

@ -10,6 +10,7 @@
<link rel="icon" type="image/x-icon" href="assets/img/favicon.png"> <link rel="icon" type="image/x-icon" href="assets/img/favicon.png">
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#317796"> <meta name="theme-color" content="#317796">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
</head> </head>
<body class="openslides-theme"> <body class="openslides-theme">

View File

@ -19,20 +19,22 @@
*/ */
/* IE9, IE10 and IE11 requires all of the following polyfills. */ /* IE9, IE10 and IE11 requires all of the following polyfills. */
// import 'core-js/es6/symbol'; import 'core-js/es6/symbol';
// import 'core-js/es6/object'; import 'core-js/es6/object';
// import 'core-js/es6/function'; import 'core-js/es6/function';
// import 'core-js/es6/parse-int'; import 'core-js/es6/parse-int';
// import 'core-js/es6/parse-float'; import 'core-js/es6/parse-float';
// import 'core-js/es6/number'; import 'core-js/es6/number';
// import 'core-js/es6/math'; import 'core-js/es6/math';
// import 'core-js/es6/string'; import 'core-js/es6/string';
// import 'core-js/es6/date'; import 'core-js/es6/date';
// import 'core-js/es6/array'; import 'core-js/es6/array';
// import 'core-js/es6/regexp'; import 'core-js/es6/regexp';
// import 'core-js/es6/map'; import 'core-js/es6/map';
// import 'core-js/es6/weak-map'; import 'core-js/es6/weak-map';
// import 'core-js/es6/set'; import 'core-js/es6/set';
import 'core-js/es7/object';
import 'core-js/es7/array';
/* IE10 and IE11 requires the following for NgClass support on SVG elements */ /* IE10 and IE11 requires the following for NgClass support on SVG elements */
// import 'classlist.js'; // Run `npm install --save classlist.js`. // import 'classlist.js'; // Run `npm install --save classlist.js`.