Answers for "how to add style in angular component"

1

ng style

<some-element [ngStyle]="{'max-width.px': widthExp}">...</some-element>
Posted by: Guest on January-02-2021

Code answers related to "how to add style in angular component"

Browse Popular Code Answers by Language