3
Answers

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

Photo of Praveen Kumar

Praveen Kumar

5y
819
1
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)