Qtr No. 213, New Town Yehlanka Indore 454775
Consider the below code given in respective files of app component of an angular application.
/* app.component.css */
.destColor { color: orangered; }
.dest-success { color: greenyellow; }
.destStyle { color: lemonchiffon; }
<!-- app.component.html -->
<span [class.destColor]="destStyle.success">Miami Beach</span>
/* app.component.ts */
export class AppComponent {
destStyle = {
success: "dest-success"
}
}
What will be the color of text "Miami Beach" when the app loads in browser ?
Greenyellow
OrangeRed
Default color (black)
lemonchiffon
To get all Infosys Certified Angular Web Developer Exam questions Join Group https://bit.ly/infy_premium_group
We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.
Qtr No. 213, New Town Yehlanka Indore 454775
admin@prepflix.in