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';
55import {
66 MatAutocompleteModule ,
77 MatButtonModule ,
8+ MatButtonToggleModule ,
89 MatCardModule ,
10+ MatCheckboxModule ,
911 MatChipsModule ,
1012 MatDatepickerModule ,
1113 MatDialogModule ,
@@ -68,10 +70,9 @@ export class KitchenSink {
6870 BrowserModule . withServerTransition ( { appId : 'kitchen-sink' } ) ,
6971 MatAutocompleteModule ,
7072 MatButtonModule ,
71- // Button toggle and checkbox can't work due to https://github.com/angular/angular/issues/17050
72- // MatButtonToggleModule,
73+ MatButtonToggleModule ,
7374 MatCardModule ,
74- // MatCheckboxModule,
75+ MatCheckboxModule ,
7576 MatChipsModule ,
7677 MatDatepickerModule ,
7778 MatDialogModule ,
You can’t perform that action at this time.
0 commit comments