It was introduced with ES6 and are enclosed in Back tick(``).
One of the purpose for template string is to easily manage the larger string with multiple lines.
Example:
`Sample Text`
`Sample Text
On ${expression}
Multiple lines`
Code Example -
https://stackblitz.com/edit/typescrip...