Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
@angular/cli migration - drop-ie-polyfills
Browse files Browse the repository at this point in the history
Remove polyfills required only for Internet Explorer which is no longer supported.
  • Loading branch information
sarunint committed Nov 16, 2021
1 parent 565ef30 commit d4aa450
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,11 @@ import '@angular/localize/init';
// import 'core-js/es6/weak-map';
// import 'core-js/es6/set';

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

/** Evergreen browsers require these. **/
// import 'core-js/es6/reflect';



/**
* Required to support Web Animations `@angular/animation`.
* Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
**/
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.



/***************************************************************************************************
* Zone JS is required by Angular itself.
*/
Expand Down

0 comments on commit d4aa450

Please sign in to comment.