1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-19 06:39:44 +01:00

Add link to Angular template statements section (#5763)

* feat: add useful links for learning generics in golang

* highlight teams on mobile view

* feat: add useful links for learning pointers in golang (#5747)

* feat: add useful links for learning pointers in golang

* feat: marking "in progress" should not close popup #5730 (#5742)

* add links to angular section

* add link to Angular template statements section

---------

Co-authored-by: Ruslan Semagin <pixel.365.24@gmail.com>
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
Co-authored-by: Ruslan Semagin <53819609+pixel365@users.noreply.github.com>
Co-authored-by: Suman Kisku <sumankisku1@gmail.com>
This commit is contained in:
Juan Gerardo Eulufi Salazar 2024-05-29 16:06:54 -04:00 committed by GitHub
parent 0d94d99d4b
commit bb6d34407d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,3 +5,4 @@ Template statements are methods or properties that you can use in your HTML to r
Visit the following resources to learn more:
- [Angular Official Website](https://angular.io/guide/template-statements)
- [Understanding Template Statements](https://angular.dev/guide/templates/template-statements#)