9
Answers

How to use @for loop

Ramco Ramco

Ramco Ramco

Jun 03
449
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)