Skip to content

Commit 39da5b4

Browse files
committed
fixup! feat(material-experimental): MDC-based version of dialog
Fix server side rendering test
1 parent 7f45ddd commit 39da5b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export class KitchenSinkMdc {
4848
],
4949
declarations: [KitchenSinkMdc, TestEntryComponent],
5050
exports: [KitchenSinkMdc, TestEntryComponent],
51+
entryComponents: [TestEntryComponent],
5152
providers: [{
5253
// If an error is thrown asynchronously during server-side rendering it'll get logged to stderr,
5354
// but it won't cause the build to fail. We still want to catch these errors so we provide an

0 commit comments

Comments
 (0)