3
Answers

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

Praveen Kumar

Praveen Kumar

4y
794
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)