manfredsteyer / multi-framework-micro-frontend

76 stars 36 forks source link

Is It possible to mix WebComponents (for different Angular versions) and loadRemoteModule (for same Angular version) aproaches? #3

Closed Angelotas closed 2 years ago

Angelotas commented 2 years ago

@manfredsteyer, from your example loading CustomElements I'm trying to use loadRemoteModule to load FlightsModule which is using the same version as the shell (@angular/core": "13.1.1"). I can see that FlightsModule is loaded but template is not showed and there are not errors in console, I think that it's related with routing...

image

Would it be possible?