Highlight selected row in ngFor – Angular 2
In this Angular2 tutorial, we will see how to highlight selected row in a table using ngFor & ngClass directive. First will display all the data in the table using ngFor directive. For that, we had already written a tutorial. Please refer below link for more details. Display list data using ngFor in Angular 2 […]