From 61883506b0f5e78c91be97946174c5b0793733aa Mon Sep 17 00:00:00 2001 From: Juan Gerardo Eulufi Salazar Date: Fri, 10 May 2024 16:59:29 -0400 Subject: [PATCH] Added Information on Angular Interpolation and Resource References (#4852) --- .../roadmaps/angular/content/104-templates/100-interpolation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/angular/content/104-templates/100-interpolation.md b/src/data/roadmaps/angular/content/104-templates/100-interpolation.md index 11dab1779..e5fa8b006 100644 --- a/src/data/roadmaps/angular/content/104-templates/100-interpolation.md +++ b/src/data/roadmaps/angular/content/104-templates/100-interpolation.md @@ -5,3 +5,4 @@ Interpolation refers to embedding expressions into marked up text. By default, i Visit the following resources to learn more: - [Angular Official Website](https://angular.io/guide/interpolation) +- [Displaying values with interpolation](https://angular.dev/guide/templates/interpolation)