Skip to content

Commit

Permalink
Step 6.6: Define routes
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Dec 14, 2016
1 parent dee0a86 commit ef0cc1b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/imports/app/app.routes.ts
@@ -0,0 +1,7 @@
import { Route } from '@angular/router';

import { PartiesListComponent } from './parties/parties-list.component';

export const routes: Route[] = [
{ path: '', component: PartiesListComponent }
];

0 comments on commit ef0cc1b

Please sign in to comment.