chore: remove bundles pages

This commit is contained in:
Evgeny Lupanov 2022-05-26 12:30:38 +03:00
parent 77448e40ce
commit 4b42d4e2cf
2 changed files with 0 additions and 31 deletions

View file

@ -12,32 +12,6 @@ export const MENU_ITEMS: NbMenuItem[] = [
icon: 'home-outline', icon: 'home-outline',
link: '/pages/iot-dashboard', 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', title: 'FEATURES',
group: true, group: true,

View file

@ -18,11 +18,6 @@ const routes: Routes = [{
path: 'iot-dashboard', path: 'iot-dashboard',
component: DashboardComponent, component: DashboardComponent,
}, },
{
path: 'backend-integration',
loadChildren: () => import('./backend-integration/backend-integration.module')
.then(m => m.BackendIntegrationModule),
},
{ {
path: 'layout', path: 'layout',
loadChildren: () => import('./layout/layout.module') loadChildren: () => import('./layout/layout.module')