Back to Developer Roadmap

Interpolation

src/data/roadmaps/angular/content/[email protected]

4.0487 B
Original Source

Interpolation

Interpolation refers to embedding expressions into marked up text. By default, interpolation uses the double curly braces {{ and }} as delimiters. Angular replaces currentCustomer with the string value of the corresponding component property.

Visit the following resources to learn more: