mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-09 00:30:40 +02:00
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 <kamranahmed.se@gmail.com>
This commit is contained in:
@@ -1 +1,5 @@
|
|||||||
# Interpolation
|
# Interpolation
|
||||||
|
|
||||||
|
Interpolation refers to embedding expressions into marked up text. By default, interpolation uses the double curly braces `{{` and `}}` as delimiters.
|
||||||
|
|
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official Website' href='ttps://angular.io/guide/interpolation'>Angular Official Website</BadgeLink>
|
||||||
|
Reference in New Issue
Block a user