File tree 4 files changed +5
-10
lines changed
4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
- # 3.0.0 (2017-xx-xx)
2
- - Compatible with Angular 4 and NativeScript 3.0
3
-
4
1
<a name =" 1.5.1 " ></a >
5
2
## [ 1.5.1] ( https://github.com/NativeScript/nativescript-angular/compare/v1.5.0...v1.5.1 ) (2017-03-30)
6
3
Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/NativeScript/nativescript-angular.svg?branch=master )] ( https://travis-ci.org/NativeScript/nativescript-angular )
2
2
3
- Integrating NativeScript with Angular 2 .
3
+ Integrating NativeScript with Angular.
4
4
5
5
# Running locally
6
6
@@ -68,7 +68,7 @@ npm link nativescript-angular
68
68
1 . Make changes to the ` test ` , ` ng-sample ` projects or in ` nativescript-angular ` folder.
69
69
2 . Run the ` tests ` or ` ng-sample ` using as shown above.
70
70
71
- # Watch the video explaining Angular 2 and NativeScript
71
+ # Watch the video explaining Angular and NativeScript
72
72
[ NativeScript session on AngularConnect conference] ( https://www.youtube.com/watch?v=4SbiiyRSIwo )
73
73
74
74
# Explore the examples
Original file line number Diff line number Diff line change 1
- [ Get started with Angular 2 and NativeScript.] ( http://docs.nativescript.org/angular/start/introduction.html )
1
+ [ Get started with Angular and NativeScript.] ( http://docs.nativescript.org/angular/start/introduction.html )
Original file line number Diff line number Diff line change 39
39
"update-app-ng-deps" : " ./bin/update-app-ng-deps"
40
40
},
41
41
"dependencies" : {
42
- "nativescript-intl" : " ~ 0.0.8" ,
43
- "reflect-metadata" : " ~ 0.1.8"
42
+ "nativescript-intl" : " ^ 0.0.8" ,
43
+ "reflect-metadata" : " ^ 0.1.8"
44
44
},
45
45
"peerDependencies" : {
46
46
"@angular/core" : " ~4.0.0" ,
66
66
"@angular/forms" : " ~4.0.0" ,
67
67
"@angular/http" : " ~4.0.0" ,
68
68
"codelyzer" : " ~3.0.0-beta.4" ,
69
- "nativescript-intl" : " ^0.0.8" ,
70
69
"tns-core-modules" : " internal-preview" ,
71
70
"tslint" : " ~4.5.0" ,
72
71
"typescript" : " ~2.2.1" ,
73
72
"rxjs" : " ^5.0.1" ,
74
- "reflect-metadata" : " ^0.1.8" ,
75
73
"zone.js" : " ^0.8.4"
76
74
}
77
75
}
You can’t perform that action at this time.
0 commit comments