Answers for "angular style directive"

6

ngstyle

<div [ngStyle]="{'background-color':person.country === 'UK' ? 'green' : 'red' }"></<div>
Posted by: Guest on August-08-2020
0

ngstyle

content_copy
      
      <some-element [ngStyle]="{'max-width.px': widthExp}">...</some-element>
Posted by: Guest on October-26-2020
0

custom directives in angular 8

<h1 appHightlight>Highlight Me !</h1>
Posted by: Guest on March-04-2021

Browse Popular Code Answers by Language