I have a situation where I am utilizing the *ngFor directive to display table data with the help of *ngFor="let record of records"
. In this scenario, I am looking to assign a custom CSS class to the 'record' based on specific conditions; for example, when 'record.name' is equal to 'something'. Can anyone advise if achieving this customization is feasible?