1
0

re-export RouterModule in AppRoutingModule

This commit is contained in:
courtneypattison
2017-11-22 12:23:11 -08:00
parent 8682861dc6
commit b257ca7033
2 changed files with 1 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ import { PageNotFoundComponent } from './pagenotfound/pagenotfound.component';
{ path: '**', pathMatch: 'full', component: PageNotFoundComponent },
])
],
exports: [RouterModule]
})
export class AppRoutingModule {