diff options
Diffstat (limited to 'client/src/polyfills.ts')
-rw-r--r-- | client/src/polyfills.ts | 2 |
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 | |||
73 | import '@angular/localize/init' | ||