diff --git a/apps/webapp/src/polyfills.ts b/apps/webapp/src/polyfills.ts index a9d0a6351..ab0af2d15 100644 --- a/apps/webapp/src/polyfills.ts +++ b/apps/webapp/src/polyfills.ts @@ -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';