Skip to content

Commit

Permalink
remove home form index page
Browse files Browse the repository at this point in the history
  • Loading branch information
mseemann committed Nov 8, 2016
1 parent 956dfa2 commit a644411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo-app/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class Home extends AbstractDemoComponent {
}

export const appRoutes: Routes = [
{ path: '', component: Home, data: {title: 'Home'} },
{ path: '', component: Home },
{ path: 'theme', component: ThemeDemo, data: {title: 'Themes'} },
{ path: 'badge', component: BadgeDemo, data: {title: 'Badges'} },
{ path: 'button', component: ButtonDemo, data: {title: 'Buttons'} },
Expand Down

0 comments on commit a644411

Please sign in to comment.