Angular - Directives
Which of the following is the correct syntax for using the structural directive that repeats elements in Angular?
<div *ngFor="let item of items">{{item}}</div> uses *ngFor="let item of items" which is correct.<div *ngFor="let item of items">{{item}}</div> [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions