Skip to content

Commit

Permalink
fix: add polyfills for IE (es7 array & object) (#361)
Browse files Browse the repository at this point in the history
Closes #272
  • Loading branch information
nnixaa committed Apr 10, 2018
1 parent 63f4bb8 commit 3f91898
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ import 'core-js/es6/set';
/** Evergreen browsers require these. **/
import 'core-js/es6/reflect';
import 'core-js/es7/reflect';

import 'core-js/es7/array';
import 'core-js/es7/object';

/** ALL Firefox browsers require the following to support `@angular/animation`. **/
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
Expand Down

0 comments on commit 3f91898

Please sign in to comment.