Remove moduleId
Recipe ID
org.openrewrite.angular.migration.remove-module-idArtifact@openrewrite/recipes-angularRemoves 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-idIf the recipe isn’t available locally, install it with:
mod config recipes npm install @openrewrite/recipes-angular