@@ -32,7 +32,7 @@ const appRoutes: any = [
32
32
{ path : 'lineargauge' , loadChildren : LinearGaugeSampleModule } ,
33
33
{ path : 'grid' , loadChildren : GridSampleModule } ,
34
34
{ path : 'form-validator' , loadChildren : FormValidatorModule } ,
35
- { path : 'Button ' , loadChildren : ButtonModule } ,
35
+ { path : 'button ' , loadChildren : ButtonModule } ,
36
36
{ path : 'dropdownlist' , loadChildren : DropDownListSampleModule } ,
37
37
{ path : 'combobox' , loadChildren : ComboBoxSampleModule } ,
38
38
{ path : 'autocomplete' , loadChildren : AutoCompleteSampleModule } ,
@@ -51,6 +51,8 @@ const appRoutes: any = [
51
51
{ path : 'maskedtextbox' , loadChildren : MaskedTextBoxSampleModule } ,
52
52
{ path : 'multiselect' , loadChildren : MultiSelectSampleModule } ,
53
53
{ path : 'contextmenu' , loadChildren : MenuModule } ,
54
+ { path : ':theme/button/:sample' , redirectTo : 'material/button/default' } ,
55
+ { path : ':theme/contextmenu/:sample' , redirectTo : 'material/contextmenu/default' } ,
54
56
{ path : ':theme/tab/:sample' , redirectTo : 'material/tab/default' } ,
55
57
{ path : '' , redirectTo : 'material/chart/line' , pathMatch : 'full' } ,
56
58
{ path : '**' , redirectTo : 'material/chart/line' }
0 commit comments