(docs) Fix pony greeting equivalence
Cheatsheet claims equivalence between two statements which are not equivalent Closes #7761
This commit is contained in:
parent
abc266fa35
commit
9c2fe660a3
|
@ -38,7 +38,7 @@ syntax:
|
|||
`<div title="Hello {{ponyName}}">`|`{{ponyName}}`
|
||||
description:
|
||||
Binds a property to an interpolated string, e.g. "Hello Seabiscuit". Equivalent to:
|
||||
`<div [title]="'Hello' + ponyName">`
|
||||
`<div [title]="'Hello ' + ponyName">`
|
||||
|
||||
@cheatsheetItem
|
||||
syntax:
|
||||
|
|
Loading…
Reference in New Issue