Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 8.3: Added list redirector route as default route
  • Loading branch information
dotansimha authored and Dotan Simha committed Nov 22, 2016
1 parent f8285ab commit 3139d3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/imports/app.routes.ts
@@ -1,8 +1,10 @@
import {ModuleWithProviders} from '@angular/core';
import {Routes, RouterModule} from '@angular/router';
import {ListShowComponent} from "./components/list-show.component";
import {ListRedirectorComponent} from "./components/list-redirector.component";

const appRoutes: Routes = [
{path: '', component: ListRedirectorComponent},
{path: 'lists/:_id', component: ListShowComponent}
];

Expand Down

0 comments on commit 3139d3c

Please sign in to comment.