fix issue with polyfill order in safari and firefox

This commit is contained in:
Art Lowel
2020-05-27 18:17:37 +02:00
parent 9b7a33cc69
commit 697be3c610

View File

@@ -55,7 +55,6 @@
/*************************************************************************************************** /***************************************************************************************************
* Zone JS is required by default for Angular itself. * Zone JS is required by default for Angular itself.
*/ */
import 'zone.js/dist/zone'; // Included with Angular CLI.
/*************************************************************************************************** /***************************************************************************************************
* APPLICATION IMPORTS * APPLICATION IMPORTS
@@ -64,4 +63,6 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'core-js/es'; import 'core-js/es';
import 'core-js/features/reflect'; import 'core-js/features/reflect';
import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'reflect-metadata'; import 'reflect-metadata';