I need to use ngIf and ngFor on the
<option *ngFor="let price of product['pricingDetails']" *ngIf="price['chainPrice']" >
but it shows me Can't have multiple template bindings on one element. Use only one attribute prefixed with *
error. What is the best way to use both in the element?