Remove entryComponents
Recipe ID
org.openrewrite.angular.migration.remove-entry-componentsArtifact@openrewrite/recipes-angularRemoves the entryComponents property from @NgModule and @Component decorators, and removes the ANALYZE_FOR_ENTRY_COMPONENTS import. These were removed in Angular 16 as they 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-entry-componentsIf the recipe isn’t available locally, install it with:
mod config recipes npm install @openrewrite/recipes-angular