conditional style angular
<div [ngStyle]="{'color':employee.country === 'India' ? 'orange' : 'red' }"></<div>
conditional style angular
<div [ngStyle]="{'color':employee.country === 'India' ? 'orange' : 'red' }"></<div>
conditional inline style angular
// ngStyle (conditional Style)
<div *ngFor='let [data] of [dataArray]; let i=index;'>
<h2 [style.background]="i>1? 'green': 'red'"> {{i}} {{data.title}} </h2>
</div>
//if the index of the element is 1 or 0, the background will be red, if it is over 1 the background will be green
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us