File tree Expand file tree Collapse file tree 3 files changed +6
-25
lines changed Expand file tree Collapse file tree 3 files changed +6
-25
lines changed Original file line number Diff line number Diff line change 23
23
},
24
24
"homepage" : " https://github.com/NativeScript/template-hello-world" ,
25
25
"dependencies" : {
26
- "tns-core-modules" : " ^1.7.0-angular-0 " ,
26
+ "tns-core-modules" : " ^1.7.0" ,
27
27
"angular2" : " 2.0.0-beta.9" ,
28
28
"parse5" : " 1.4.2" ,
29
29
"punycode" : " 1.3.2" ,
47
47
"nativescript" : {
48
48
"id" : " org.nativescript.ngsample" ,
49
49
"tns-android" : {
50
- "version" : " 1.6.3"
51
- },
52
- "tns-ios" : {
53
- "version" : " 1.6.0"
50
+ "version" : " 1.7.0"
54
51
}
55
52
}
56
- }
53
+ }
Original file line number Diff line number Diff line change 1
1
/// <reference path="../node_modules/tns-core-modules/tns-core-modules.d.ts" />
2
-
3
- //Compatibility interfaces for rxjs
4
-
5
- interface IteratorResult < T > {
6
- done : boolean ;
7
- value ?: T ;
8
- }
9
-
10
- interface Iterator < T > {
11
- next ( value ?: any ) : IteratorResult < T > ;
12
- return ?( value ?: any ) : IteratorResult < T > ;
13
- throw ?( e ?: any ) : IteratorResult < T > ;
14
- }
Original file line number Diff line number Diff line change 2
2
"nativescript" : {
3
3
"id" : " org.nativescript.helloworldng" ,
4
4
"tns-android" : {
5
- "version" : " 1.6.3"
6
- },
7
- "tns-ios" : {
8
- "version" : " 1.6.0"
5
+ "version" : " 1.7.0"
9
6
}
10
7
},
11
8
"name" : " nativescript-hello-world-ng" ,
30
27
},
31
28
"homepage" : " http://nativescript.org" ,
32
29
"dependencies" : {
33
- "tns-core-modules" : " ^1.7.0-angular-0 " ,
30
+ "tns-core-modules" : " ^1.7.0" ,
34
31
"angular2" : " 2.0.0-beta.9" ,
35
32
"nativescript-unit-test-runner" : " ^0.3.3" ,
36
33
"parse5" : " 1.4.2" ,
53
50
"shelljs" : " ^0.5.3" ,
54
51
"typescript" : " 1.8.2"
55
52
}
56
- }
53
+ }
You can’t perform that action at this time.
0 commit comments