Why do the uppercase/lowercase pipes exist in Angular?
Any situation I can think of that they would be used for you could just use the below CSS instead:
text-transform: uppercase|lowercase
Any examples for using this in pipe in production where the text-transform in css wouldn't work or be the best solution?