We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21009d commit 1cab922Copy full SHA for 1cab922
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