(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}}`
|
`<div title="Hello {{ponyName}}">`|`{{ponyName}}`
|
||||||
description:
|
description:
|
||||||
Binds a property to an interpolated string, e.g. "Hello Seabiscuit". Equivalent to:
|
Binds a property to an interpolated string, e.g. "Hello Seabiscuit". Equivalent to:
|
||||||
`<div [title]="'Hello' + ponyName">`
|
`<div [title]="'Hello ' + ponyName">`
|
||||||
|
|
||||||
@cheatsheetItem
|
@cheatsheetItem
|
||||||
syntax:
|
syntax:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user