lowerCase pipe
This is the documentation for Angular 7.
You can switch to the latest version Angular 10.
You can switch to the latest version Angular 10.
Transforms text to all lower case.
Source
<input [(ngModel)]="value">
<p>In lowercase: <pre>{{value | lowercase}}</pre>
Result
In lowercase:
testtest