+1 vote
in Angular by
In Angular what is string interpolation?

1 Answer

0 votes
by

String interpolation in Angular is a special syntax that uses template expressions within double curly {{ }} braces for displaying the component data. It is also known as moustache syntax. The JavaScript expressions are included within the curly braces to be executed by Angular and the relative output is then embedded into the HTML code. These expressions are usually updated and registered like watches, as a part of the digest cycle.

Related questions

+1 vote
asked Jul 5, 2021 in Angular by sharadyadav1986
0 votes
asked Nov 18, 2021 in Travel Insurance by DavidAnderson
...