Praveen Kumar

Praveen Kumar

  • 259
  • 6.6k
  • 2.3m

How to display the text {{Hello}} into angular template.

Apr 30 2020 7:34 AM
In angular, how can we display the interpolation expression as text?
 
Currently, I using following code: 
  1. <div> {{"Hello"}} div>  
Output is : 15
 
But I want output as {{"Hello"}}

Answers (3)