Skip to content

Commit

Permalink
export changes in routeConfig.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KrunalLathiya committed Feb 14, 2018
1 parent 1a8a4b0 commit 0c4a31b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/routerConfig.ts
Expand Up @@ -5,7 +5,7 @@ import { CreateComponent } from './components/create/create.component';
import { EditComponent } from './components/edit/edit.component';
import { IndexComponent } from './components/index/index.component';

const appRoutes: Routes = [
export const appRoutes: Routes = [
{ path: 'create',
component: CreateComponent
},
Expand All @@ -17,4 +17,3 @@ const appRoutes: Routes = [
component: IndexComponent
}
];
export default appRoutes;

0 comments on commit 0c4a31b

Please sign in to comment.