docs(angular): add template syntax content (#6927)
parent
4d3c792a54
commit
ea99772fa5
1 changed files with 9 additions and 1 deletions
@ -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…
Reference in new issue