bugfix app.routes
This commit is contained in:
@@ -5,11 +5,11 @@ import { NewTravelComponent } from './pages/new-travel/new-travel.component';
|
||||
import { TravelComponent } from './pages/travel/travel.component';
|
||||
|
||||
export let APP_ROUTES: Routes = [
|
||||
{
|
||||
path: '',
|
||||
redirectTo: 'home',
|
||||
pathMatch: 'full'
|
||||
},
|
||||
// {
|
||||
// path: '/',
|
||||
// redirectTo: 'home',
|
||||
// pathMatch: 'full'
|
||||
// },
|
||||
{
|
||||
path: 'home',
|
||||
component: HomeComponent
|
||||
|
||||
Reference in New Issue
Block a user