1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

docs(angular): add let content (#6393)

This commit is contained in:
J. Degand
2024-08-07 09:30:23 -04:00
committed by GitHub
parent 37699cb996
commit afbefb79a6

View File

@@ -1 +1,8 @@
# @let
# @let
@let allows you to define a local variable and re-use it across the template.
Visit the following resources to learn more:
- [@official@Angular Official Docs - @let](https://angular.dev/api/core/@let)
- [@article@Angular's next feature let syntax](https://nhannguyendevjs.medium.com/angulars-next-feature-let-syntax-afba6354112b)