Skip to content

Commit

Permalink
fix(navUI): fix default routing to home item #550
Browse files Browse the repository at this point in the history
  • Loading branch information
Tacho committed Jul 19, 2018
1 parent 4be8fc1 commit 8d97fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ import { ToggleSample3Component } from "./toggle/toggle-sample-3/toggle-sample-3
import { ToggleComponent } from "./toggle/toggle.component";
export const appRoutes: Routes = [
{
component: HomeComponent,
path: "",
pathMatch: "full",
redirectTo: "/home"
pathMatch: "full"
},
{
component: HomeComponent,
Expand Down

0 comments on commit 8d97fef

Please sign in to comment.