Я знаю, что могу сделать это:
::-ms-input-placeholder, /* Microsoft Edge */
:-ms-input-placeholder, /* Internet Explorer 10-11 */
::placeholder /* Chrome, Firefox, Opera, Safari 10.1+ */
{
text-indent: 10px;
}
но я хочу сделать это с помощью свойства biding [style ...]
<input type="text" [style.placeholder.text-indent.px]="customIndent">