fixed x event binding typo (#3150)
This commit is contained in:
parent
422632fb08
commit
0ecac4ec9e
|
@ -848,7 +848,7 @@ block style-property-name-dart-diff
|
||||||
|
|
||||||
Angular offers a special _two-way data binding_ syntax for this purpose, **`[(x)]`**.
|
Angular offers a special _two-way data binding_ syntax for this purpose, **`[(x)]`**.
|
||||||
The `[(x)]` syntax combines the brackets
|
The `[(x)]` syntax combines the brackets
|
||||||
of _property binding_, `[x]`, with the parentheses of _event binding_, `(x)`.
|
of _property binding_, `[x]`, with the parentheses of _event binding_, `(xChange)`.
|
||||||
|
|
||||||
.callout.is-important
|
.callout.is-important
|
||||||
header [( )] = banana in a box
|
header [( )] = banana in a box
|
||||||
|
|
Loading…
Reference in New Issue