module-federation-examples
module-federation-examples copied to clipboard
Angular 14 not working
Hi,
We are using module federation framework for PoC project. Container application is developed in React and one of the child app is developed on Angualr 14.
While loading the angular app inside the container app, we are facing below issue.
Angular child app is running on port 4201
Uncaught SyntaxError: Unexpected token 'export'

Are you using angular architects plugin? i dont work on Angular apps so not really sure.