File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import { CircularGaugeSampleModule } from '../circulargauge/circulargauge.module
2222import { LinearGaugeSampleModule } from '../lineargauge/lineargauge.module' ;
2323import { MaskedTextBoxSampleModule } from '../maskedtextbox/maskedtextbox.module' ;
2424import { MultiSelectSampleModule } from '../multiselect/multiselect.module' ;
25+ import { MenuModule } from '../contextmenu/contextmenu.module' ;
2526
2627const 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
You can’t perform that action at this time.
0 commit comments