parent
4fda2c7854
commit
3b8d9dd43a
@ -26,6 +26,10 @@
|
|||||||
"source": "/cheatsheet",
|
"source": "/cheatsheet",
|
||||||
"destination": "/docs/ts/latest/guide/cheatsheet.html"
|
"destination": "/docs/ts/latest/guide/cheatsheet.html"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"source": "/cheatsheet.json",
|
||||||
|
"destination": "/docs/ts/latest/guide/cheatsheet.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"source": "/AngularCheatSheet_Letter.pdf",
|
"source": "/AngularCheatSheet_Letter.pdf",
|
||||||
"destination": "/docs/ts/latest/guide/AngularCheatSheet_Letter.pdf"
|
"destination": "/docs/ts/latest/guide/AngularCheatSheet_Letter.pdf"
|
||||||
|
@ -244,7 +244,8 @@ figure.image-display
|
|||||||
:marked
|
:marked
|
||||||
### Selector brackets [ ]
|
### Selector brackets [ ]
|
||||||
The CSS syntax for selecting an attribute is a name in square brackets.
|
The CSS syntax for selecting an attribute is a name in square brackets.
|
||||||
We surround our directive name in square brackets. See *Directive configuration* on the [cheatsheet](cheatsheet).
|
We surround our directive name in square brackets. See *Directive configuration* on the
|
||||||
|
[cheatsheet](cheatsheet.html).
|
||||||
|
|
||||||
### Selector name prefixes
|
### Selector name prefixes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user