← All recipes
Moderne licensed

Remove moduleId

Recipe IDorg.openrewrite.angular.migration.remove-module-idArtifact@openrewrite/recipes-angular

Removes the moduleId property from @Component and @Directive decorators. moduleId was deprecated in Angular 16 and removed in Angular 17 as it served no purpose since Ivy.

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.remove-module-id

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

mod config recipes npm install @openrewrite/recipes-angular