From bb6d34407df221e578dfeb3003b66bc33c5a752a Mon Sep 17 00:00:00 2001 From: Juan Gerardo Eulufi Salazar Date: Wed, 29 May 2024 16:06:54 -0400 Subject: [PATCH] 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 Co-authored-by: dsh Co-authored-by: Ruslan Semagin <53819609+pixel365@users.noreply.github.com> Co-authored-by: Suman Kisku --- .../angular/content/104-templates/102-template-statements.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/angular/content/104-templates/102-template-statements.md b/src/data/roadmaps/angular/content/104-templates/102-template-statements.md index 7ce46702a..a35074a59 100644 --- a/src/data/roadmaps/angular/content/104-templates/102-template-statements.md +++ b/src/data/roadmaps/angular/content/104-templates/102-template-statements.md @@ -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#)