← All recipes
Moderne licensed

Rename InputSwitch to ToggleSwitch

Recipe IDorg.openrewrite.primeng.RenameInputSwitchToToggleSwitchArtifact@openrewrite/recipes-angular

Renames InputSwitch and InputSwitchModule imports from primeng/inputswitch to ToggleSwitch and ToggleSwitchModule from primeng/toggleswitch, and updates all identifier usages. The old names are deprecated in PrimeNG 18.

Composite 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.primeng.RenameInputSwitchToToggleSwitch

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

mod config recipes npm install @openrewrite/recipes-angular

Definition

This recipe runs the following recipes in order.

  • Rename InputSwitch identifiers to ToggleSwitchorg.openrewrite.primeng.RenameInputSwitchToToggleSwitch.identifiers
  • Change importorg.openrewrite.javascript.change-import
  • Change importorg.openrewrite.javascript.change-import