diff --git a/firebase.json b/firebase.json index f148f575ec..5685bbafc5 100644 --- a/firebase.json +++ b/firebase.json @@ -26,6 +26,10 @@ "source": "/cheatsheet", "destination": "/docs/ts/latest/guide/cheatsheet.html" }, + { + "source": "/cheatsheet.json", + "destination": "/docs/ts/latest/guide/cheatsheet.json" + }, { "source": "/AngularCheatSheet_Letter.pdf", "destination": "/docs/ts/latest/guide/AngularCheatSheet_Letter.pdf" diff --git a/public/docs/ts/latest/guide/structural-directives.jade b/public/docs/ts/latest/guide/structural-directives.jade index 7cf6392ed0..cc5e2a3cb2 100644 --- a/public/docs/ts/latest/guide/structural-directives.jade +++ b/public/docs/ts/latest/guide/structural-directives.jade @@ -244,7 +244,8 @@ figure.image-display :marked ### Selector 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