mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
chore(package): Update to rc4, beta router & universal 104.5
104.5 includes some bug fixes. Router beta update required pathMatch on home. Tested w/ JS on/off everything passes & works.
This commit is contained in:
committed by
SteveSandersonMS
parent
64a8ef1112
commit
96228711f2
@@ -4,7 +4,7 @@ import { FetchData } from './components/fetch-data/fetch-data';
|
|||||||
import { Counter } from './components/counter/counter';
|
import { Counter } from './components/counter/counter';
|
||||||
|
|
||||||
export const routes: RouterConfig = [
|
export const routes: RouterConfig = [
|
||||||
{ path: '', redirectTo: 'home' },
|
{ path: '', redirectTo: 'home', pathMatch: 'full' },
|
||||||
{ path: 'home', component: Home },
|
{ path: 'home', component: Home },
|
||||||
{ path: 'counter', component: Counter },
|
{ path: 'counter', component: Counter },
|
||||||
{ path: 'fetch-data', component: FetchData },
|
{ path: 'fetch-data', component: FetchData },
|
||||||
|
|||||||
@@ -19,15 +19,15 @@
|
|||||||
"webpack-hot-middleware": "^2.10.0"
|
"webpack-hot-middleware": "^2.10.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/common": "2.0.0-rc.3",
|
"@angular/common": "2.0.0-rc.4",
|
||||||
"@angular/compiler": "2.0.0-rc.3",
|
"@angular/compiler": "2.0.0-rc.4",
|
||||||
"@angular/core": "2.0.0-rc.3",
|
"@angular/core": "2.0.0-rc.4",
|
||||||
"@angular/http": "2.0.0-rc.3",
|
"@angular/http": "2.0.0-rc.4",
|
||||||
"@angular/platform-browser": "2.0.0-rc.3",
|
"@angular/platform-browser": "2.0.0-rc.4",
|
||||||
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
|
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
|
||||||
"@angular/platform-server": "2.0.0-rc.3",
|
"@angular/platform-server": "2.0.0-rc.4",
|
||||||
"@angular/router": "3.0.0-alpha.8",
|
"@angular/router": "3.0.0-beta.2",
|
||||||
"angular2-universal": "^0.104.1",
|
"angular2-universal": "^0.104.5",
|
||||||
"aspnet-prerendering": "^1.0.2",
|
"aspnet-prerendering": "^1.0.2",
|
||||||
"css": "^2.2.1",
|
"css": "^2.2.1",
|
||||||
"isomorphic-fetch": "^2.2.1",
|
"isomorphic-fetch": "^2.2.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user