We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f26888 commit ce5765dCopy full SHA for ce5765d
ng-sample/package.json
@@ -24,14 +24,14 @@
24
"homepage": "https://github.com/NativeScript/template-hello-world",
25
"dependencies": {
26
"tns-core-modules": "^1.6.0",
27
- "angular2": "2.0.0-beta.3",
+ "angular2": "2.0.0-beta.6",
28
"parse5": "1.4.2",
29
"punycode": "1.3.2",
30
"querystring": "0.2.0",
31
"url": "0.10.3",
32
"reflect-metadata": "0.1.2",
33
"rxjs": "5.0.0-beta.0",
34
- "zone.js": "0.5.11"
+ "zone.js": "0.5.14"
35
},
36
"devDependencies": {
37
"grunt": "0.4.5",
ng-sample/references.d.ts
@@ -0,0 +1,2 @@
1
+
2
+/// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.
ng-sample/tsconfig.json
@@ -14,4 +14,4 @@
14
"node_modules",
15
"platforms"
16
]
17
-}
+}
0 commit comments