Issue with angular module federation version 16

172 Views Asked by At

I have upgraded my remote api to version 16 for angular and angular module federation facing below issue:

error stack

enter image description here

Webpackconfig.js

enter image description here

bootstrap.ts

enter image description here

I added following lines to main.ts

import('./bootstrap').catch((err) => console.error(err));

but nothing is working for me. Its plain angular non NX project

0

There are 0 best solutions below