You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a global sandbox to launch MiroApps which has different set of input data values. So i have built a UI screen for user to input his own "tag", "Js-url", @input values"(dynamic reactive form).
I'm trying to build a global sandbox to launch MiroApps which has different set of input data values. So i have built a UI screen for user to input his own "tag", "Js-url", @input values"(dynamic reactive form).
Now the only Problem is i need to hardcode below which could be different for different MicroAPps
Usually this is solved via Angular dynamic components. but i can't find any component exported for
<ax-lazy-element>
So my question here is, How do i load
<ax-lazy-element>
dynamically using Angular dynamic component loader? (https://angular.io/guide/dynamic-component-loader)The text was updated successfully, but these errors were encountered: