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