Skip to content

Commit c83a374

Browse files
committed
material route fix
1 parent f7e8c74 commit c83a374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.routing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Routes, RouterModule } from '@angular/router';
22

33
const routes: Routes = [
44
{ path: '', loadChildren: './home/home.module#HomeModule', pathMatch: 'full' },
5-
// { path: 'material', loadChildren: './materialPage/materialPage.module#MaterialPageModule' },
5+
{ path: 'material', loadChildren: './materialPage/materialPage.module#MaterialPageModule' },
66
{ path: 'primeng', loadChildren: './primengPage/primengPage.module#PrimengPageModule' },
77
];
88

0 commit comments

Comments
 (0)