I have a string like {name} is my name. Greeting {sender}
is there some module in angualar 2.0, so that i can do something like string.format()
as we do in C#?
I know this can be done using vanila js custom method, but i want to know is there any module inside angular 2 to handle this. They use interpolation in template binding so how to do that with a normal string