I am currently trying to build a component that converts a JSON into HTML. To do this, I have a component that outputs the content and integrates further components depending on the type.
However, if there is more than one level, there are problems.
main.ts:5 ERROR TypeError: Cannot read properties of undefined (reading 'ɵcmp')
Here is a project that shows the error. Do you have an idea how to solve it?
https://stackblitz.com/edit/stackblitz-starters-ece9iuri?file=src%2Fmain.ts
forwardRef?