Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error using module federation #234

Open
danielguaycha opened this issue Nov 30, 2022 · 0 comments
Open

Error using module federation #234

danielguaycha opened this issue Nov 30, 2022 · 0 comments

Comments

@danielguaycha
Copy link

I am using version 14.0.1 but with module federation, using the library: link

It works correctly without this library, but when exposing the module and importing it into the HOST, it generates the following exception

image

The module that I am exposing to federate looks like this

@NgModule({
  imports: [
    CommonModule,
    FormsModule,
    MarketHomeRouting,
    CarouselModule
  ],
  exports: [],
  declarations: [
    IndexComponent,
    MasterComponent,
  ],
  providers: [
  ],
})
export class MarketHomeModule {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant