From a2479503519734a073b81969cd0223ebd4760dce Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 7 Feb 2020 10:21:31 +0100 Subject: Add @angular/localize --- client/src/polyfills.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/polyfills.ts') 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. ;(window as any).global = window ;(window as any).process = require('process/') ;(window as any).Buffer = require('buffer/').Buffer + +import '@angular/localize/init' -- cgit v1.2.3