Guide to Creating an Angular-based Micro-frontend Application Using Native Federation

Micro-frontends are an architectural pattern that extends the concept of microservices to frontend development. It involves breaking a large frontend application into smaller, independent and deployable components. In this article, we will learn how to implement a micro-frontend architecture using Native Federation. We will: Create one host application Create two remote client applications Load theContinueContinue reading “Guide to Creating an Angular-based Micro-frontend Application Using Native Federation”