I know that I can do this:
::-ms-input-placeholder, /* Microsoft Edge */
:-ms-input-placeholder, /* Internet Explorer 10-11 */
::placeholder /* Chrome, Firefox, Opera, Safari 10.1+ */
{
text-indent: 10px;
}
but I want to do this with the biding property [style...]
<input type="text" [style.placeholder.text-indent.px]="customIndent">