Skip to content

Commit c86d140

Browse files
author
pipeline
committed
bug(EJ2-3877): Sample browser navigation issue
1 parent c012063 commit c86d140

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common/sb.router.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { CircularGaugeSampleModule } from '../circulargauge/circulargauge.module
2222
import { LinearGaugeSampleModule } from '../lineargauge/lineargauge.module';
2323
import { MaskedTextBoxSampleModule } from '../maskedtextbox/maskedtextbox.module';
2424
import { MultiSelectSampleModule } from '../multiselect/multiselect.module';
25+
import { MenuModule } from '../contextmenu/contextmenu.module';
2526

2627
const appRoutes: any = [
2728
{ path: 'chart', loadChildren: ChartSampleModule },
@@ -46,6 +47,7 @@ const appRoutes: any = [
4647
{ path: 'tooltip', loadChildren: TooltipSampleModule },
4748
{ path: 'maskedtextbox', loadChildren: MaskedTextBoxSampleModule },
4849
{ path: 'multiselect', loadChildren: MultiSelectSampleModule },
50+
{ path: 'contextmenu', loadChildren: MenuModule },
4951
{ path: '', redirectTo: 'material/chart/line', pathMatch: 'full' }
5052
];
5153

@@ -73,6 +75,7 @@ const appRoutes: any = [
7375
TooltipSampleModule,
7476
MaskedTextBoxSampleModule,
7577
MultiSelectSampleModule,
78+
MenuModule,
7679
RouterModule.forRoot(appRoutes)
7780
],
7881

0 commit comments

Comments
 (0)