Fix localize polyfill

This commit is contained in:
Willem Dantuma
2021-10-05 16:59:04 +02:00
parent 5b7fef689a
commit 960275dd38
3 changed files with 10 additions and 15 deletions

View File

@@ -56,6 +56,7 @@
* Zone JS is required by default for Angular itself.
*/
import 'zone.js'; // Included with Angular CLI.
import '@angular/localize/init';
/***************************************************************************************************