And all the variables are bind in the component logic.
But what I need is to put that jsonforms container dynamically through my component logic, and then initialize it with their data, schema, uischema, etc.
I do not really understand your question. If you’re already able to dynamically create components in Angular, then you can do so with JSON Forms too. What exactly does not work for you?
Hi Stefan, thanks for answer.
What I was trying to do is to create the jsonforms directly through the component logic. But the JSONForms relies on some Renderer, in this case Angular, so it’s not possible for what I found.
But no worries. I solve this by making an Angular component like this: