I have a bunch of list items and would like to highlight each one once it\'s clicked. This is easy for me to do in jQuery or even JavaScript but I\'m lost when it comes to Angul
You need to make an array in your class to store highlight status of an item:
hightlightStatus: Array = [];
Declare local variable in the template associated with ngFor:
{{item}}