Skip to content

Instantly share code, notes, and snippets.

@martinakraus
Created March 28, 2020 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinakraus/b87141a74ce51b06b59de503e42652cf to your computer and use it in GitHub Desktop.
Save martinakraus/b87141a74ce51b06b59de503e42652cf to your computer and use it in GitHub Desktop.
dependencies for new angular9-app
"dependencies": {
"@angular/animations": "~9.0.2",
"@angular/common": "~9.0.2",
"@angular/compiler": "~9.0.2",
"@angular/core": "~9.0.2",
"@angular/forms": "~9.0.2",
"@angular/platform-browser": "~9.0.2",
"@angular/platform-browser-dynamic": "~9.0.2",
"@angular/router": "~9.0.2",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.3",
"@angular/cli": "~9.0.3",
"@angular/compiler-cli": "~9.0.2",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment