File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 1818 * BROWSER POLYFILLS
1919 */
2020
21- /** IE9, IE10, IE11, and Chrome <55 requires all of the following polyfills.
22- * This also includes Android Emulators with older versions of Chrome and Google Search/Googlebot
23- */
24-
25- import 'core-js/es6/symbol' ;
26- import 'core-js/es6/object' ;
27- import 'core-js/es6/function' ;
28- import 'core-js/es6/parse-int' ;
29- import 'core-js/es6/parse-float' ;
30- import 'core-js/es6/number' ;
31- import 'core-js/es6/math' ;
32- import 'core-js/es6/string' ;
33- import 'core-js/es6/date' ;
34- import 'core-js/es6/array' ;
35- import 'core-js/es6/regexp' ;
36- import 'core-js/es6/map' ;
37- import 'core-js/es6/weak-map' ;
38- import 'core-js/es6/set' ;
39-
4021/** IE10 and IE11 requires the following for NgClass support on SVG elements */
4122// import 'classlist.js'; // Run `npm install --save classlist.js`.
4223
You can’t perform that action at this time.
0 commit comments