Angular Material and Kendo doesn't work with Module Federation Plugin: Bootstrap call not found #15334
fabiostrada
started this conversation in
General
Replies: 1 comment 3 replies
-
better ask in Angular Material or Kendo issue tracker.. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 link to resolve this problem. Unfortunately, I've got further problems:
When I install Angular Material, I've got this error:
Your project is not using the default builders for "build". The Angular Material schematics cannot add a theme to the workspace configuration if the builder has been changed.
When I install Kendo, I've got this error:
Skipping installation: Package already installed. File node_modules/@progress/kendo-angular-buttons/package.json does not exist.
I found a temporary solution: Before installing the libraries, I replaced the contents of main.ts with the contents of bootstrap.ts.
main.ts:
After installing the libraries, I restored its contents:
This is not a best solution. is there a better solution?
Beta Was this translation helpful? Give feedback.
All reactions