Relative Content

Tag Archive for angularmicro-frontendnomachine-nxangular-module-federation

How to deploy microfrontends in Angular separately within a Monorepo?

We currently have a monorepo project that is standalone, and we want to modularize the app into individual modules that can be worked on separately and deployed independently. We are using Nx and aim to leverage its capabilities along with Module Federation to achieve this. My idea is to create microfrontends while keeping the monorepo, but my team insists that we need different repositories for different modules and libraries since they believe there isn’t a way to deploy them separately while keeping them in one repo.