i want to set value for input of component that contain string and value comes from server.what should i do?
I’ve tried something like this
<otk-title-value [title]="`پرداخت به ازای ${detailData?.stayingTime} شب`">
</otk-title-value>