From ea99772fa57243c4923cca720562399df627c5a9 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Sun, 1 Sep 2024 00:32:03 -0400 Subject: [PATCH] docs(angular): add template syntax content (#6927) --- .../content/template-syntax@VsC7UmE_AumsBP8fC6to1.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/template-syntax@VsC7UmE_AumsBP8fC6to1.md b/src/data/roadmaps/angular/content/template-syntax@VsC7UmE_AumsBP8fC6to1.md index acd044772..d21a332dc 100644 --- a/src/data/roadmaps/angular/content/template-syntax@VsC7UmE_AumsBP8fC6to1.md +++ b/src/data/roadmaps/angular/content/template-syntax@VsC7UmE_AumsBP8fC6to1.md @@ -1 +1,9 @@ -# Template Syntax \ No newline at end of file +# Template Syntax + +In Angular, a *template* is a chunk of HTML. Use special syntax within a template to build on many of Angular's features. Extend the HTML vocabulary of your applications with special Angular syntax in your templates. For example, Angular helps you get and set DOM (Document Object Model) values dynamically with features such as built-in template functions, variables, event listening, and data binding. + +Visit the following resources to learn more: + +- [@official@Angular Official Docs - Template Syntax](https://angular.dev/guide/templates) +- [@article@An Introduction to Angular Template Syntax](https://angularstart.com/modules/basic-angular-concepts/3/) +- [@video@Craft Dynamic Templates with Angular's Template Syntax](https://www.youtube.com/watch?v=uSnUTcf8adI) \ No newline at end of file