Replies: 4 comments 1 reply
-
micro-app is customElement, not component, property must be string |
Beta Was this translation helpful? Give feedback.
-
Is possible somehow to redeclare/update plugins.modules after i called start() ? |
Beta Was this translation helpful? Give feedback.
-
not impossible, the function needs to convert to a string, not very good |
Beta Was this translation helpful? Give feedback.
-
I have situation where i need to create micro app at runtime. So because name is required to be unique i need to create name on run time. for example i need multiple instances of the |
Beta Was this translation helpful? Give feedback.
-
I have an use case where i need to declare micro apps dynamically on runtime and i need to do some manipulations with help of
modules
like we can do on start({ modules:{...}), but on <micro-app .../> level:I would need to do like this:
How one can do that?
Beta Was this translation helpful? Give feedback.
All reactions