Can we implement Angular microfrontend using angular-devkit?

475 Views Asked by At

I have recently gained an interest in developing microfrontends using module-federation, and I have started converting an existing Angular 13 app to microfrontend. The issue that I'm facing is that when I install module-federation, the default builder for the microfrontend is ngx-build-plus. However, my existing app is built using angular-devkit. I also read that webpack supports only ngx-build. Is there a way for me to find a workaround for this? I need to use angular-devkit since the project I'm working on is pretty big and can't be converted to ngx-build.

Thanks!

0

There are 0 best solutions below