mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
3db755d411
commit
f034d29023
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ The template syntax guides show you how to control the UX/UI by coordinating dat
|
|||
|
||||
## Empower your HTML
|
||||
|
||||
Extend the HTML vocabulary of your applications With special Angular syntax in your templates.
|
||||
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.
|
||||
|
||||
Almost all HTML syntax is valid template syntax.
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ To see all of them working together in one application, see the comprehensive <l
|
|||
|
||||
## Empower your HTML
|
||||
|
||||
Extend the HTML vocabulary of your applications With special Angular syntax in your templates.
|
||||
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.
|
||||
|
||||
Almost all HTML syntax is valid template syntax.
|
||||
|
|
|
|||
Loading…
Reference in a new issue