Skip to content

Commit e5eaac0

Browse files
author
Sean Perkins
authored
Merge pull request #2 from sean-perkins/bug/webpack-build
Fixes web pack build
2 parents 317d3b6 + a7ae220 commit e5eaac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.routing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const routes: Routes = [
66
{ path: '', redirectTo: '/tasks', pathMatch: 'full' },
77
{
88
path: 'tasks',
9-
loadChildren: '/+task/task.module#TaskModule'
9+
loadChildren: './+task/task.module#TaskModule'
1010
}
1111
];
1212

0 commit comments

Comments
 (0)