mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix typo in the "Property Binding" guide (#39569)
PR Close #39569
This commit is contained in:
parent
8c405786c4
commit
0aa53cdd60
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Property binding
|
||||
|
||||
Property binding in Angular helps you set values for properties of HTML elements or directives.
|
||||
With property binding, you can do things such as toggle button functionality, set paths programatically, and share values between components.
|
||||
With property binding, you can do things such as toggle button functionality, set paths programmatically, and share values between components.
|
||||
|
||||
<div class="alert is-helpful">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue