Category "angular-module-federation"

Angular 12: Module Federation- background image in shell app not loaded correctly in host app

I have a child mfe that sets the background image of a div using url() .div-class { background:transparent url(../../../assets/image.gif) no-repeat } This

Angular federated module can not be loaded when route would be activated

I am trying to achieve a very simple module federation with shell (host) and travel (remote). Whenever I try do dynamically load the AbcModule from travel I get

Module Federation - Uncaught SyntaxError: Unexpected token ':' Angular 13 while consuming MFE

I am trying to consume an MFE using webpack 5, module federation with angular 13. However when I run the application I am getting below error. Uncaught SyntaxEr