File tree Expand file tree Collapse file tree 2 files changed +0
-31
lines changed Expand file tree Collapse file tree 2 files changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -12,32 +12,6 @@ export const MENU_ITEMS: NbMenuItem[] = [
1212 icon : 'home-outline' ,
1313 link : '/pages/iot-dashboard' ,
1414 } ,
15- {
16- title : 'Backend Integration' ,
17- icon : 'settings-outline' ,
18- children : [
19- {
20- title : 'PHP' ,
21- link : '/pages/backend-integration/php' ,
22- } ,
23- {
24- title : '.NET Core' ,
25- link : '/pages/backend-integration/dot-net-core' ,
26- } ,
27- {
28- title : 'Node JS' ,
29- link : '/pages/backend-integration/node-js' ,
30- } ,
31- {
32- title : 'Java' ,
33- link : '/pages/backend-integration/java' ,
34- } ,
35- {
36- title : 'E-commerce' ,
37- link : '/pages/backend-integration/ecommerce' ,
38- } ,
39- ] ,
40- } ,
4115 {
4216 title : 'FEATURES' ,
4317 group : true ,
Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ const routes: Routes = [{
1818 path : 'iot-dashboard' ,
1919 component : DashboardComponent ,
2020 } ,
21- {
22- path : 'backend-integration' ,
23- loadChildren : ( ) => import ( './backend-integration/backend-integration.module' )
24- . then ( m => m . BackendIntegrationModule ) ,
25- } ,
2621 {
2722 path : 'layout' ,
2823 loadChildren : ( ) => import ( './layout/layout.module' )
You can’t perform that action at this time.
0 commit comments