1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-12 04:04:08 +02:00

Added Information on Angular Interpolation and Resource References (#4852)

This commit is contained in:
Juan Gerardo Eulufi Salazar
2024-05-10 16:59:29 -04:00
committed by GitHub
parent e83538e510
commit 61883506b0

View File

@@ -5,3 +5,4 @@ Interpolation refers to embedding expressions into marked up text. By default, i
Visit the following resources to learn more: Visit the following resources to learn more:
- [Angular Official Website](https://angular.io/guide/interpolation) - [Angular Official Website](https://angular.io/guide/interpolation)
- [Displaying values with interpolation](https://angular.dev/guide/templates/interpolation)