docs(angular): add template syntax content (#6927)

pull/6930/head
J. Degand 3 months ago committed by GitHub
parent 4d3c792a54
commit ea99772fa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      src/data/roadmaps/angular/content/template-syntax@VsC7UmE_AumsBP8fC6to1.md

@ -1 +1,9 @@
# Template Syntax # 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)
Loading…
Cancel
Save