Skip to content

Commit 2e944a8

Browse files
authored
feat: add support for Angular 5.1 (#1134)
1 parent 2f3e1a8 commit 2e944a8

File tree

2 files changed

+19
-24
lines changed

2 files changed

+19
-24
lines changed

Diff for: nativescript-angular/bin/remove-polyfills-metadata.js

-5
This file was deleted.

Diff for: nativescript-angular/package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"postinstall": "node postinstall.js",
3434
"tsc": "tsc -p tsconfig.json",
3535
"ngc": "ngc -p tsconfig.json",
36-
"prepare": "npm run ngc && node ./bin/remove-polyfills-metadata.js"
36+
"prepare": "npm run ngc"
3737
},
3838
"bin": {
3939
"update-app-ng-deps": "./bin/update-app-ng-deps"
@@ -43,30 +43,30 @@
4343
"reflect-metadata": "^0.1.8"
4444
},
4545
"peerDependencies": {
46-
"@angular/platform-browser-dynamic": "~5.0.0",
47-
"@angular/common": "~5.0.0",
48-
"@angular/compiler": "~5.0.0",
49-
"@angular/core": "~5.0.0",
50-
"@angular/forms": "~5.0.0",
51-
"@angular/http": "~5.0.0",
52-
"@angular/platform-browser": "~5.0.0",
53-
"@angular/router": "~5.0.0",
46+
"@angular/platform-browser-dynamic": "~5.1.0",
47+
"@angular/common": "~5.1.0",
48+
"@angular/compiler": "~5.1.0",
49+
"@angular/core": "~5.1.0",
50+
"@angular/forms": "~5.1.0",
51+
"@angular/http": "~5.1.0",
52+
"@angular/platform-browser": "~5.1.0",
53+
"@angular/router": "~5.1.0",
5454
"rxjs": "^5.5.0",
5555
"tns-core-modules": "^3.1.0 || >3.4.0-",
5656
"zone.js": "^0.8.4",
5757
"typescript": "~2.4.2"
5858
},
5959
"devDependencies": {
60-
"@angular/platform-browser-dynamic": "~5.0.0",
61-
"@angular/animations": "~5.0.0",
62-
"@angular/common": "~5.0.0",
63-
"@angular/compiler": "~5.0.0",
64-
"@angular/compiler-cli": "~5.0.0",
65-
"@angular/core": "~5.0.0",
66-
"@angular/forms": "~5.0.0",
67-
"@angular/http": "~5.0.0",
68-
"@angular/platform-browser": "~5.0.0",
69-
"@angular/router": "~5.0.0",
60+
"@angular/platform-browser-dynamic": "~5.1.0",
61+
"@angular/animations": "~5.1.0",
62+
"@angular/common": "~5.1.0",
63+
"@angular/compiler": "~5.1.0",
64+
"@angular/compiler-cli": "~5.1.0",
65+
"@angular/core": "~5.1.0",
66+
"@angular/forms": "~5.1.0",
67+
"@angular/http": "~5.1.0",
68+
"@angular/platform-browser": "~5.1.0",
69+
"@angular/router": "~5.1.0",
7070
"codelyzer": "^4.0.0",
7171
"rxjs": "^5.5.0",
7272
"tns-core-modules": "next",

0 commit comments

Comments
 (0)