aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/polyfills.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/polyfills.ts')
-rw-r--r--client/src/polyfills.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts
index 8aac91454..7c051413f 100644
--- a/client/src/polyfills.ts
+++ b/client/src/polyfills.ts
@@ -69,3 +69,5 @@ import 'zone.js/dist/zone' // Included with Angular CLI.
69;(window as any).global = window 69;(window as any).global = window
70;(window as any).process = require('process/') 70;(window as any).process = require('process/')
71;(window as any).Buffer = require('buffer/').Buffer 71;(window as any).Buffer = require('buffer/').Buffer
72
73import '@angular/localize/init'