Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular-fullstack/generator-angular-fullstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cd30bf3877e900e8c3df5bfdcff57c4e8ab353b1
Choose a base ref
..
head repository: angular-fullstack/generator-angular-fullstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 551ffcf9ce3fd0ecdac3f41c123e94ecc20d32a9
Choose a head ref
Showing with 8 additions and 9 deletions.
  1. +8 −9 templates/app/_package.json
17 changes: 8 additions & 9 deletions templates/app/_package.json
Original file line number Diff line number Diff line change
@@ -53,17 +53,16 @@
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.25",
"@angular/common": "^2.0.1",
"@angular/compiler": "^2.0.1",
"@angular/core": "^2.0.1",
"@angular/forms": "^2.0.1",
"@angular/http": "^2.0.1",
"@angular/common": "^2.3.0",
"@angular/compiler": "^2.3.0",
"@angular/core": "^2.3.0",
"@angular/forms": "^2.3.0",
"@angular/http": "^2.3.0",
<%#"@angular/material": "^2.0.0-alpha.10",%>
"@angular/platform-browser": "^2.0.1",
"@angular/platform-browser-dynamic": "^2.0.1",
"@angular/platform-browser": "^2.3.0",
"@angular/platform-browser-dynamic": "^2.3.0",
<% if(filters.ngroute) { %>
"@angular/router": "^2.0.1",<% } %>
"@angular/upgrade": "^2.0.1",
"@angular/router": "^3.3.0",<% } %>
"@angularclass/hmr": "^1.2.1",
"angular2-universal": "2.1.0-rc.1",
"angular2-jwt": "^0.1.24",