← All recipes
Moderne licensed

Rename ExperimentalPendingTasks to PendingTasks

Recipe IDorg.openrewrite.angular.migration.rename-pending-tasksArtifact@openrewrite/recipes-angular

Renames ExperimentalPendingTasks to PendingTasks in imports and usages. ExperimentalPendingTasks was renamed in Angular 19.

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-pending-tasks

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

mod config recipes npm install @openrewrite/recipes-angular