← All recipes
Moderne licensed

Rename ssr.experimentalPlatform to ssr.platform in angular.json

Recipe IDorg.openrewrite.angular.migration.rename-ssr-experimental-platformArtifact@openrewrite/recipes-angular

Angular 22 renamed the ssr.experimentalPlatform builder option to ssr.platform on the application and build-application builders. Matches the update-workspace-config schematic.

Single recipeProprietary

Usage

This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.

mod run . --recipe org.openrewrite.angular.migration.rename-ssr-experimental-platform

If the recipe isn’t available locally, install it with:

mod config recipes npm install @openrewrite/recipes-angular