So I have seen this CSS rule-set in a library:
[text-uppercase] {
text-transform: uppercase;
}
and I am not sure on how to use it in a div
<div class="text-uppercase | [text-uppercase]"></div>
I have tried both, but neither are working. I am seeing this in ionic2.