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
22
22
import { LinearGaugeSampleModule } from '../lineargauge/lineargauge.module' ;
23
23
import { MaskedTextBoxSampleModule } from '../maskedtextbox/maskedtextbox.module' ;
24
24
import { MultiSelectSampleModule } from '../multiselect/multiselect.module' ;
25
+ import { MenuModule } from '../contextmenu/contextmenu.module' ;
25
26
26
27
const appRoutes : any = [
27
28
{ path : 'chart' , loadChildren : ChartSampleModule } ,
@@ -46,6 +47,7 @@ const appRoutes: any = [
46
47
{ path : 'tooltip' , loadChildren : TooltipSampleModule } ,
47
48
{ path : 'maskedtextbox' , loadChildren : MaskedTextBoxSampleModule } ,
48
49
{ path : 'multiselect' , loadChildren : MultiSelectSampleModule } ,
50
+ { path : 'contextmenu' , loadChildren : MenuModule } ,
49
51
{ path : '' , redirectTo : 'material/chart/line' , pathMatch : 'full' }
50
52
] ;
51
53
@@ -73,6 +75,7 @@ const appRoutes: any = [
73
75
TooltipSampleModule ,
74
76
MaskedTextBoxSampleModule ,
75
77
MultiSelectSampleModule ,
78
+ MenuModule ,
76
79
RouterModule . forRoot ( appRoutes )
77
80
] ,
78
81
You can’t perform that action at this time.
0 commit comments