angular How to set up an Nx-style monorepo workspace with the Angular CLI: Part 5 In the final part of this tutorial, we create the seatmap data access, seat listing feature, shared buttons UI, and shared formatting utilities library. Finally, we compare our approach with the full Nx toolchain.
angular How to set up an Nx-style monorepo workspace with the Angular CLI: Part 4 In Part 4 of this tutorial, we create the check-in data access and check-in feature shell libraries. We create the check-in desktop application, review and verify how much our tool automated and finally create the mobile check-in application.
angular How to set up an Nx-style monorepo workspace with the Angular CLI: Part 3 In Part 3 of this tutorial, we create the passenger info and flight search feature libraries. We use the generate project tool to create the mobile booking application and its test project. Finally, we create a mobile version of the flight search component template.
angular How to set up an Nx-style monorepo workspace with the Angular CLI: Part 2 In Part 2 of this tutorial, we'll set up our custom generate project tool and create the shared and booking data access libraries with NgRx. To honor the flow of dependencies, we extract a shared environments library.
angular How to set up an Nx-style monorepo workspace with the Angular CLI: Part 1 In this step-by-step tutorial, we set up an Nx-style monorepo workspace with the Angular CLI. In this first part, we create an application project, an end-to-end test project, and a feature shell library.
angular Shell Library patterns with Nx and Monorepo Architectures In this article we will discuss concepts of shell libraries and how they differ. At the end, we will settle on a shell library pattern and discuss under which circumstances it's useful.