We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e8c74 commit c83a374Copy full SHA for c83a374
src/app/app.routing.ts
@@ -2,7 +2,7 @@ import { Routes, RouterModule } from '@angular/router';
2
3
const routes: Routes = [
4
{ path: '', loadChildren: './home/home.module#HomeModule', pathMatch: 'full' },
5
- // { path: 'material', loadChildren: './materialPage/materialPage.module#MaterialPageModule' },
+ { path: 'material', loadChildren: './materialPage/materialPage.module#MaterialPageModule' },
6
{ path: 'primeng', loadChildren: './primengPage/primengPage.module#PrimengPageModule' },
7
];
8
0 commit comments