We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af20ad commit 8f01c0eCopy full SHA for 8f01c0e
nativescript-angular/nativescript.module.ts
@@ -1,4 +1,6 @@
1
-import "globals";
+import "tns-core-modules/globals";
2
+// Require application early to work around a circular import
3
+import "tns-core-modules/application";
4
import "./zone-js/dist/zone-nativescript";
5
6
import "reflect-metadata";
nativescript-angular/platform-common.ts
@@ -1,5 +1,7 @@
// Initial imports and polyfills
7
import "./polyfills/array";
0 commit comments