9
Answers

How to use @for loop

Photo of Ramco Ramco

Ramco Ramco

1y
561
1

Hi

  I have below code and i want to convert it using @for condition. education is an array

<mat-option *ngFor="let val of educaion" [value]="val">{{val}}</mat-option> 

Thanks

Answers (9)