Back to Developer Roadmap

Template Syntax

src/data/roadmaps/angular/content/template-syntax@VsC7UmE_AumsBP8fC6to1.md

4.0763 B
Original Source

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: