“ngstyle” Réponses codées

ngstyle

<div [ngStyle]="{'background-color':person.country === 'UK' ? 'green' : 'red' }"></<div>
Gorgeous Gazelle

ngstyle

<div [ngStyle]="{'background-color':'green'}"></<div>
Crazy Cardinal

ngstyle

[ngStyle]="{'background-image': 'url(' + data.headerImage + ')'}"
Healthy Hummingbird

ngstyle

[ngStyle]="{'opacity': is_mail_sent ? '0.5' : '1' }"
Zany Zebra

ngstyle

      
        content_copy
      
      <some-element [ngStyle]="{'max-width.px': widthExp}">...</some-element>
    
Lucky Llama

ngstyle

[ngStyle]="{'opacity': is_mail_sent ? '0.5' : '1' }"

[style.background-color]="myColorVaraible"

[ngStyle]="styleOne?{'background-color': 'red'} : {'background-color': 'blue'}"
<div [style.background-color]="style1 ? 'red' : (style2 ? 'blue' : null)">


Farwa Miraj

ngstyle

<div [ngStyle]="someFunctionInYourComponent()">
Xanthous Xenomorph

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code