mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
chore: remove bundles pages
This commit is contained in:
parent
77448e40ce
commit
4b42d4e2cf
2 changed files with 0 additions and 31 deletions
|
|
@ -12,32 +12,6 @@ export const MENU_ITEMS: NbMenuItem[] = [
|
|||
icon: 'home-outline',
|
||||
link: '/pages/iot-dashboard',
|
||||
},
|
||||
{
|
||||
title: 'Backend Integration',
|
||||
icon: 'settings-outline',
|
||||
children: [
|
||||
{
|
||||
title: 'PHP',
|
||||
link: '/pages/backend-integration/php',
|
||||
},
|
||||
{
|
||||
title: '.NET Core',
|
||||
link: '/pages/backend-integration/dot-net-core',
|
||||
},
|
||||
{
|
||||
title: 'Node JS',
|
||||
link: '/pages/backend-integration/node-js',
|
||||
},
|
||||
{
|
||||
title: 'Java',
|
||||
link: '/pages/backend-integration/java',
|
||||
},
|
||||
{
|
||||
title: 'E-commerce',
|
||||
link: '/pages/backend-integration/ecommerce',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'FEATURES',
|
||||
group: true,
|
||||
|
|
|
|||
|
|
@ -18,11 +18,6 @@ const routes: Routes = [{
|
|||
path: 'iot-dashboard',
|
||||
component: DashboardComponent,
|
||||
},
|
||||
{
|
||||
path: 'backend-integration',
|
||||
loadChildren: () => import('./backend-integration/backend-integration.module')
|
||||
.then(m => m.BackendIntegrationModule),
|
||||
},
|
||||
{
|
||||
path: 'layout',
|
||||
loadChildren: () => import('./layout/layout.module')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue