Skip to content

Angular and Nx Version Matrix

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

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.

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

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.

Migrating From Multiple Angular CLI Repos

Learn strategies for migrating multiple Angular CLI workspaces into a single Nx monorepo, including incremental approaches and version alignment considerations.

Migrating from Angular CLI

Learn how to transform your Angular CLI workspace into an Nx workspace, either as a standalone app or a full monorepo, with automated migration tools.

Getting Started

Learn how to get started with Angular Rspack applications in Nx.

Handling Configurations

Guide on how to handle configurations with Angular Rspack

Internationalization

Guide on how to use Angular's build-time i18n with Angular Rspack

Migrate from Webpack

Guide on how to Migrate Angular projects using Webpack to Rspack

Create Config

API Reference for createConfig from @nx/angular-rspack

Create Server

API Reference for createServer from @nx/angular-rspack/ssr