Skip to content

Commit

Permalink
fix(core): adding es7/array polyfill to support old browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Nov 5, 2018
1 parent 55f4a07 commit 048320d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/webapp/src/polyfills.ts
Expand Up @@ -74,3 +74,4 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
// By Sumo
// Add global to window, assigning the value of window itself.
(window as any).global = window;
import 'core-js/es7/array';

0 comments on commit 048320d

Please sign in to comment.