Add pages
This commit is contained in:
@@ -11,10 +11,10 @@ export const routes: Routes = [
|
||||
// { path: 'utilities', loadChildren: () => import('./demo/components/utilities/utilities.module').then(m => m.UtilitiesModule) },
|
||||
// { path: 'documentation', loadChildren: () => import('./demo/components/documentation/documentation.module').then(m => m.DocumentationModule) },
|
||||
// { path: 'blocks', loadChildren: () => import('./demo/components/primeblocks/primeblocks.module').then(m => m.PrimeBlocksModule) },
|
||||
// { path: 'pages', loadChildren: () => import('./demo/components/pages/pages.module').then(m => m.PagesModule) }
|
||||
{ path: 'pages', loadChildren: () => import('../views/pages/pages.routes')},
|
||||
|
||||
]
|
||||
},
|
||||
{ path: 'auth', loadChildren: () => import('../views/pages/auth/routes')},
|
||||
{ path: 'auth', loadChildren: () => import('../views/pages/auth/auth.routes')},
|
||||
{ path: '**', redirectTo: '/notfound' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user