mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4a2e7335b1
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 Close #46401