Skip to content

Commit 76a6e7b

Browse files
crisbetotinayuangao
authored andcommitted
chore: re-enable prerender checks for all components (#7930)
Re-enables the prerender checks for the checkbox and button toggle modules since the issue that was breaking them initially has been resolved.
1 parent 5390abe commit 76a6e7b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/universal-app/kitchen-sink/kitchen-sink.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ import {Observable} from 'rxjs/Observable';
55
import {
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,

0 commit comments

Comments
 (0)