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