Skip to content

Commit 1cab922

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

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
@@ -52,6 +52,7 @@ export class KitchenSinkMdc {
5252
],
5353
declarations: [KitchenSinkMdc, TestEntryComponent],
5454
exports: [KitchenSinkMdc, TestEntryComponent],
55+
entryComponents: [TestEntryComponent],
5556
providers: [{
5657
// If an error is thrown asynchronously during server-side rendering it'll get logged to stderr,
5758
// 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)