File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/universal-app/kitchen-sink Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ import {Observable} from 'rxjs/Observable';
5
5
import {
6
6
MatAutocompleteModule ,
7
7
MatButtonModule ,
8
+ MatButtonToggleModule ,
8
9
MatCardModule ,
10
+ MatCheckboxModule ,
9
11
MatChipsModule ,
10
12
MatDatepickerModule ,
11
13
MatDialogModule ,
@@ -68,10 +70,9 @@ export class KitchenSink {
68
70
BrowserModule . withServerTransition ( { appId : 'kitchen-sink' } ) ,
69
71
MatAutocompleteModule ,
70
72
MatButtonModule ,
71
- // Button toggle and checkbox can't work due to https://github.com/angular/angular/issues/17050
72
- // MatButtonToggleModule,
73
+ MatButtonToggleModule ,
73
74
MatCardModule ,
74
- // MatCheckboxModule,
75
+ MatCheckboxModule ,
75
76
MatChipsModule ,
76
77
MatDatepickerModule ,
77
78
MatDialogModule ,
You can’t perform that action at this time.
0 commit comments