Skip to content
Snippets Groups Projects
Commit 697be3c6 authored by Art Lowel's avatar Art Lowel
Browse files

fix issue with polyfill order in safari and firefox

parent 9b7a33cc
No related merge requests found
......@@ -55,7 +55,6 @@
/***************************************************************************************************
* Zone JS is required by default for Angular itself.
*/
import 'zone.js/dist/zone'; // Included with Angular CLI.
/***************************************************************************************************
* APPLICATION IMPORTS
......@@ -64,4 +63,6 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'core-js/es';
import 'core-js/features/reflect';
import 'zone.js/dist/zone'; // Included with Angular CLI.
import 'reflect-metadata';
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment