I am using Angular v14.1.1 and @angular-architects/module-federation v14. Shell and Remote each are separate repos app.
I have trying to switching to Module-federation but stuck in middle like how to provide Input to MFEs from Shell app. How to get Output Event of MFEs in Shell app. I have googled it's but not getting any solution.
Current:
MFE as define angular element and in shell downloading script and handling input and output events by create element and adding event listener.
Expected:
Module-federation(web-components) with handling input/output events in shell app.
Module-federation(loadRemoteModule) with handling input/output events in shell app.
Can someone please give me suggestion that actually shows how to accomplish this task? If share any reference or tutorial article or samples it is much appreciate.