|
@@ -52,11 +52,14 @@
|
|
|
*
|
|
*
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
|
|
+// Posible fix for dynamic components loader
|
|
|
|
|
+
|
|
|
|
|
+import "core-js/es/reflect";
|
|
|
|
|
+
|
|
|
/***************************************************************************************************
|
|
/***************************************************************************************************
|
|
|
* 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.
|
|
|
|
|
-
|
|
|
|
|
|
|
+import "zone.js/dist/zone"; // Included with Angular CLI.
|
|
|
|
|
|
|
|
/***************************************************************************************************
|
|
/***************************************************************************************************
|
|
|
* APPLICATION IMPORTS
|
|
* APPLICATION IMPORTS
|