mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2bb4bf1468
Fixes that the `titlecase` pipe wasn't picking up numbers which meant that cases like `1st` would be tranformed to `1St`. Fixes #43459. PR Close #43476