We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f45ddd commit 39da5b4Copy full SHA for 39da5b4
src/universal-app/kitchen-sink-mdc/kitchen-sink-mdc.ts
@@ -48,6 +48,7 @@ export class KitchenSinkMdc {
48
],
49
declarations: [KitchenSinkMdc, TestEntryComponent],
50
exports: [KitchenSinkMdc, TestEntryComponent],
51
+ entryComponents: [TestEntryComponent],
52
providers: [{
53
// If an error is thrown asynchronously during server-side rendering it'll get logged to stderr,
54
// but it won't cause the build to fail. We still want to catch these errors so we provide an
0 commit comments