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
My main app is based on angular, and my sub app is base on angular also. I want to render one component(not the app.component) of sub app in the host app, how can I implement this?
Proposal
I see there has some props named moduleNames and containers cofiguration in registerMicroApps. From my understanding, only if I provide the right module names and containers, qiankun should render the correct module/element in the specified container.
Additional context
I have see a issue related with this #1397, it recommends to pass parameters from main app to sub app, and let the sub app to do the handle or display logic, but I think it's too complicated for the sub app intergration, and it violates the main idea of micro frontend. From my understanding, mfe aims at modify the sub app in the least effort, and the dynamical loading and rendering logic should be handled by mfe framework, like qiankun.
The text was updated successfully, but these errors were encountered:
Background
My main app is based on angular, and my sub app is base on angular also. I want to render one component(not the app.component) of sub app in the host app, how can I implement this?
Proposal
I see there has some props named moduleNames and containers cofiguration in registerMicroApps. From my understanding, only if I provide the right module names and containers, qiankun should render the correct module/element in the specified container.
Additional context
I have see a issue related with this #1397, it recommends to pass parameters from main app to sub app, and let the sub app to do the handle or display logic, but I think it's too complicated for the sub app intergration, and it violates the main idea of micro frontend. From my understanding, mfe aims at modify the sub app in the least effort, and the dynamical loading and rendering logic should be handled by mfe framework, like qiankun.
The text was updated successfully, but these errors were encountered: