What is String Interpolation in Angular?

String Interpolation is a one-way data-binding technique that outputs the data from TypeScript code to HTML view. It is denoted using double curly braces. This template expression helps display the data from the component to the view. 

{{ data }}


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *