diff --git a/demo-shell-ng2/app/app.component.ts b/demo-shell-ng2/app/app.component.ts index f727929a20..97db24acee 100644 --- a/demo-shell-ng2/app/app.component.ts +++ b/demo-shell-ng2/app/app.component.ts @@ -15,6 +15,7 @@ declare var document: any; directives: [ROUTER_DIRECTIVES, AuthRouterOutlet, MDL] }) @RouteConfig([ + {path: '/home', name: 'Home', component: FilesComponent}, {path: '/', name: 'Files', component: FilesComponent, useAsDefault: true}, {path: '/login', name: 'Login', component: Login} ])