JSFiddle - React, Tailwind, and code Playground
HTML
<div ng-app>
<div ng-init= "list = ['iPhone ', 'HTC','Samaung','Nokia']">
Number formatting : {{1234567890 | number}} <br>
Array filtering <input ng-model="predicate">
{{ list | filter:predicate | json}}
</div>
</div>