I am using angular 11 with webpack 5 module federation. I have plans to expose component from remotes.
exposes: {
"component": ".//src/app/app.component.ts"
}
while importing import {component} from "mfe@component"
I am getting build error "cannot find mmodule "mfe1@component"
how to consume remotely exposed component at design time