1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-18 22:29:42 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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:
- [Angular Official Website](https://angular.io/guide/interpolation)
- [Displaying values with interpolation](https://angular.dev/guide/templates/interpolation)