We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1639c1 commit 64f971eCopy full SHA for 64f971e
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