The filter is used to converting the input to all lowercase and uppercase in Angularjs.

Example

<div>

Best Interview {{Question}}

Best Interview {{appList[0] | lowercase}}

Best Interview {{appList[1] | uppercase}}

</div>

BY Best Interview Question ON 30 Apr 2020