I tried in webpack.config.ts:
instead of
exposes: {
'./Module': './projects/mfe1/src/app/users/users.module.ts',
},
replaced with
exposes: {
'./Module': './projects/mfe1/src/app/app.module.ts',
},
main shell i provided the
{
path: 'users',
loadChildren: () =>
loadRemoteModule({
type: 'manifest',
remoteName: 'mfe1',
exposedModule: './Module'
}).then((m) => m.AppModule),
}
accessing the main application but i get as shown screenshot error?

I tried in webpack.config.ts:
instead of
replaced with
main shell i provided the
accessing the main application but i get as shown screenshot error?
