Consider the following code written by a developer:

app.component.html

<div *ngFor="let crs of courses">

<div *ngIf="showCourse"> {{crs}}</div>

</div>

app.component.ts

export class AppComponent {

showCourse=true;

courses=['Angular','React','Vue'];

}

Angular,React,Vue

Error:Can’t have multiple binding on nested elements

Error:Can’t use *ngIf before *ngFor

Error:Use double quotes to define the array elements

Verified Answer
Correct Option - a

To get all Infosys Certified Angular Web Developer Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram