From 4b24174554a1e556c89dd9d4c2643205c4c54476 Mon Sep 17 00:00:00 2001 From: angeles-bilbao6 Date: Fri, 7 Oct 2022 05:05:15 -0700 Subject: [PATCH] Added documentation for interpolation (#2198) * Added documentation for interpolation * Changed link * \Update content/roadmaps/104-angular/content/104-templates/100-interpolation.md Co-authored-by: Kamran Ahmed --- .../104-angular/content/104-templates/100-interpolation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/104-angular/content/104-templates/100-interpolation.md b/content/roadmaps/104-angular/content/104-templates/100-interpolation.md index 691cf495c..2392b8885 100644 --- a/content/roadmaps/104-angular/content/104-templates/100-interpolation.md +++ b/content/roadmaps/104-angular/content/104-templates/100-interpolation.md @@ -1 +1,5 @@ -# Interpolation \ No newline at end of file +# Interpolation + +Interpolation refers to embedding expressions into marked up text. By default, interpolation uses the double curly braces `{{` and `}}` as delimiters. + +Angular Official Website