I have a div that I want to style based on a condition.
If styleOne is true I want a background colour of red. If StyleTwo is true, I want the background colour to be blu
[ngStyle]="{'opacity': is_mail_sent ? '0.5' : '1' }"