Skip to content

Commit

Permalink
chore(angular): update polyfills (ionic-team#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl authored and imhoffd committed Feb 13, 2019
1 parent 0d9f843 commit 3958996
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions angular/base/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
* BROWSER POLYFILLS
*/

/** IE9, IE10, IE11, and older Chrome requires all of the following polyfills. **/
/** IE9, IE10, IE11, and Chrome <55 requires all of the following polyfills.
* This also includes Android Emulators with older versions of Chrome and Google Search/Googlebot
*/

// import 'core-js/es6/symbol';
// import 'core-js/es6/object';
// import 'core-js/es6/function';
Expand All @@ -34,13 +37,6 @@
// import 'core-js/es6/weak-map';
// import 'core-js/es6/set';

/**
* If the application will be indexed by Google Search, the following is required.
* Googlebot uses a renderer based on Chrome 41.
* https://developers.google.com/search/docs/guides/rendering
**/
// import 'core-js/es6/array';

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
// import 'classlist.js'; // Run `npm install --save classlist.js`.

Expand All @@ -51,7 +47,7 @@
* Web Animations `@angular/platform-browser/animations`
* Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.
* Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0).
**/
*/
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.

/**
Expand Down

0 comments on commit 3958996

Please sign in to comment.