◐ Shell
clean mode source ↗

feat(common): make the `CommonModule` pipes standalone by AndrewKushnir · Pull Request #46401 · angular/angular

This commit updates the pipes presents in the CommonModule and annotates them with the standalone: true flag. With that flag, the pipes can now be imported individually, as well as imported via the CommonModule.

PR Type

What kind of change does this PR introduce?

  • Feature

Does this PR introduce a breaking change?

  • Yes
  • No