Skip to content

Advanced Micro Frontends with Angular using Dynamic Federation

Learn how to implement Dynamic Module Federation in Angular applications to achieve "Build once, deploy everywhere" with Nx, enabling runtime determination of remote application locations.

Setup Module Federation with SSR for Angular

Learn how to set up Module Federation with Server-Side Rendering (SSR) for Angular and React applications using Nx generators.

Angular and Nx Version Matrix

A comprehensive compatibility matrix showing which Nx versions work with different Angular versions, including recommended versions and supported ranges.

Nx and the Angular CLI

Compare Nx and Angular CLI features, understand similarities and differences, and learn how Nx enhances Angular development with improved caching, monorepo support, and advanced tooling.

Nx Devkit and Angular Devkit

Compare Nx Devkit and Angular Devkit for creating generators and executors, understand key differences in implementation, and learn how to convert between the two approaches.

Setup incremental builds for Angular applications

Learn how to configure your Angular applications in Nx to use incremental builds, improving build performance by only rebuilding what changed.

Use Environment Variables in Angular

Learn how to configure and use environment variables in Angular applications with Nx, including setup for ESBuild and TypeScript type definitions.

Using Tailwind CSS with Angular projects

Learn how to set up and configure Tailwind CSS in Angular applications and libraries within an Nx workspace, including dependency management and Module Federation support.