I know the usecase is a bit weird, but i need to load component from another system via rest json respond, and insert that to my application. (it is basically a widget, what will be added by our client)
that rest service should return the 'component itself', and the 'data' what will need to that component.
Im sure I should use ComponentResolver somehow...
I am still not sure whether it is even possible... can i even resolve a text (comp comes from rest service) hat has a typescript content?
thanks a lot