Skip to content

Commit 048320d

Browse files
committed
fix(core): adding es7/array polyfill to support old browsers
1 parent 55f4a07 commit 048320d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/src/polyfills.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
7474
// By Sumo
7575
// Add global to window, assigning the value of window itself.
7676
(window as any).global = window;
77+
import 'core-js/es7/array';

0 commit comments

Comments
 (0)