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';
|
||||
|
||||
export const routes: RouterConfig = [
|
||||
{ path: '', redirectTo: 'home' },
|
||||
{ path: '', redirectTo: 'home', pathMatch: 'full' },
|
||||
{ path: 'home', component: Home },
|
||||
{ path: 'counter', component: Counter },
|
||||
{ path: 'fetch-data', component: FetchData },
|
||||
|
||||
Reference in New Issue
Block a user