Skip to content

Instantly share code, notes, and snippets.

@MienDev
Created September 20, 2016 11:22
Show Gist options
  • Save MienDev/f4e5cee87d1fdd93437dbb6e09f00f35 to your computer and use it in GitHub Desktop.
Save MienDev/f4e5cee87d1fdd93437dbb6e09f00f35 to your computer and use it in GitHub Desktop.
angular 2 particial
{
"dependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/forms": "^2.0.0",
"@angular/http": "^2.0.0",
"rxjs": "^5.0.0-beta.12",
"zone.js": "^0.6.25"
},
"devDependencies": {
"@angular/compiler": "^2.0.0",
"@angular/compiler-cli": "^0.6.1",
"@angular/platform-browser": "^2.0.0",
"@angular/platform-browser-dynamic": "^2.0.0",
"@angular/platform-server": "^2.0.0",
"@angular/router": "^3.0.0",
"typescript": "^2.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment