Skip to main content

All Questions

0 votes
0 answers
17 views

Unable to invoke a dialog component via MFE

I need to load a remote module for an angular based app. The remote module is also angular based and part of another FE. Here is the code I'm using: loadRemoteModule({ remoteEntry: 'https://...
Abhishek's user avatar
  • 531
0 votes
0 answers
61 views

dialog not visible when migrated to angular 17

entryComponents is removed from @ngmodule as part of angular 16. We have couple of dialogs in custom library which is accessed in the MFE. After migrating to angular 17 the dialogs are not opening ...
vedavyas tadkod's user avatar
0 votes
0 answers
64 views

inject() must be called from an injection context Angular Microapp module federation

I have an Angular app with some microapps in it using module federation. When I Log-In to it and try to access those microapps "SOMETIMES RANDOMLY" I get the inject() must be called from an ...
mrrobot's user avatar
  • 11
0 votes
0 answers
244 views

MatDialog: When using in dynamically loaded component using module federation throws error No provider for MatDialogRef

Blockquote test.component.ts import { Component, Inject } from '@angular/core'; import { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog'; @Component({ selector: 'app-test-dialog', ...
Balaji 's user avatar
-1 votes
1 answer
80 views

How render Angular 10 project Microfront

I have an existing Angular 10 project I want use it as a microFrontEnd in another shell application .I tried to use angular federation but it seems not possible. Please how can i do it and what are ...
Mat's user avatar
  • 681
0 votes
3 answers
656 views

Error when adding Datepicker to a remote component in module federation

I am trying to use datepicker within an remote component using module federation and am getting the attached error message. Troubleshooting steps tried Added @angular/material as shared library to ...
Sachith Rukshan's user avatar
0 votes
2 answers
944 views

Angular Material and Kendo doesn't work with Module Federation Plugin: Bootstrap call not found

I built a microfrontend application using Angular CLI and Module Federation Plugin. When I try to install Angular Material or Kendo, I've got this problem: Bootstrap call not found I followed this ...
Fabio Strada's user avatar
-1 votes
1 answer
68 views

What are the various solutions to resolving Angular's is not a known element?

My Angular App is throwing 'mat-list' even though I have all the required imported modules. I have already deleted and reinstalled the node_modules folder etc. Are there some specific solutions, ...
abigby's user avatar
  • 11
0 votes
1 answer
2k views

Angular microfrontend Federation with angular material

I am creating an angular remote app which I want to reuse the components in other apps. In order to do so I have made a test project using angular 12, with angular material and module federation. The ...
Andlab's user avatar
  • 53
3 votes
1 answer
2k views

Angular mat-select and webpack module federation event problem

I have two Angular Apps, a shell app and a content app inside a MonoRepo. The shell app is like a landing page which displays a card and with click on it, the content app is displayed. Within this ...
user3523864's user avatar