We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add0d23 commit 1d1e2e5Copy full SHA for 1d1e2e5
package.json
@@ -27,7 +27,6 @@
27
"@angular/compiler": "^2.0.0",
28
"@angular/core": "^2.0.0",
29
"@angular/forms": "^2.0.0",
30
- "@angular/http": "^2.0.0",
31
"@angular/platform-browser": "^2.0.0",
32
"@angular/platform-browser-dynamic": "^2.0.0",
33
"@angular/router": "^3.0.0",
@@ -37,6 +36,9 @@
37
36
"systemjs": "0.19.38",
38
"zone.js": "^0.6.23"
39
},
+ "peerDependencies": {
40
+ "@angular/http": "^2.0.0"
41
+ },
42
"devDependencies": {
43
"@angular/compiler-cli": "0.6.0",
44
"@angular/platform-server": "^2.0.0",
0 commit comments