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