docs(aio): make glossary links work again (#16201)

This commit is contained in:
Jesús Rodríguez 2017-04-21 05:11:27 +02:00 committed by Miško Hevery
parent cbe95f3d25
commit 5461182e25
1 changed files with 17 additions and 17 deletions

View File

@ -18,7 +18,7 @@ unexpected definitions.
[S](guide/glossary#S) [T](guide/glossary#T) [U](guide/glossary#U) [V](guide/glossary#V) [W](guide/glossary#W) [X](guide/glossary#X) [Y](guide/glossary#Y) [Z](guide/glossary#Z) [S](guide/glossary#S) [T](guide/glossary#T) [U](guide/glossary#U) [V](guide/glossary#V) [W](guide/glossary#W) [X](guide/glossary#X) [Y](guide/glossary#Y) [Z](guide/glossary#Z)
{@a A}
{@a aot} {@a aot}
@ -95,6 +95,7 @@ Learn about them in the [_Attribute Directives_](guide/attribute-directives) gui
{@a B}
## Barrel ## Barrel
@ -200,7 +201,7 @@ You can bootstrap multiple apps in the same `index.html`, each app with its own
</div> </div>
{@a C}
## camelCase ## camelCase
@ -247,7 +248,7 @@ the component in the role of "controller" or "view model".
</div> </div>
{@a D}
## dash-case ## dash-case
@ -454,7 +455,7 @@ elements and their children.
</div> </div>
{@a E}
## ECMAScript ## ECMAScript
@ -526,7 +527,7 @@ Short hand for [ECMAScript](guide/glossary#ecmascript) 2015.
{@a H} {@a H}
{@a I}
## Injector ## Injector
@ -588,7 +589,7 @@ Read more about [interpolation](guide/template-syntax#interpolation) in the
</div> </div>
{@a J}
{@a jit} {@a jit}
@ -607,7 +608,7 @@ Consider using the [ahead-of-time](guide/glossary#aot) mode for production apps.
</div> </div>
{@a K}
## kebab-case ## kebab-case
@ -621,7 +622,7 @@ See [dash-case](guide/glossary#dash-case).
</div> </div>
{@a L}
## Lifecycle hooks ## Lifecycle hooks
@ -655,7 +656,7 @@ Read more in the [Lifecycle Hooks](guide/lifecycle-hooks) page.
</div> </div>
{@a M}
## Module ## Module
@ -709,7 +710,7 @@ You rarely access Angular feature modules directly. You usually import them from
{@a N} {@a N}
{@a O}
## Observable ## Observable
@ -727,8 +728,6 @@ Observables are a proposed feature for ES2016, the next version of JavaScript.
</div> </div>
## Output ## Output
<div class="l-sub-section"> <div class="l-sub-section">
@ -747,7 +746,7 @@ See the [Input and output properties](guide/template-syntax#inputs-outputs) sect
</div> </div>
{@a P}
## PascalCase ## PascalCase
@ -810,7 +809,7 @@ It relates a lookup token to code&mdash;sometimes called a "recipe"&mdash;that c
{@a Q} {@a Q}
{@a R}
## Reactive forms ## Reactive forms
@ -894,7 +893,7 @@ For more information, see the [Routing & Navigation](guide/router) page.
</div> </div>
{@a S}
## Scoped package ## Scoped package
@ -987,7 +986,7 @@ Read more in the [Structural Directives](guide/structural-directives) page.
</div> </div>
{@a T}
## Template ## Template
@ -1088,7 +1087,7 @@ Read more about TypeScript at [typescriptlang.org](http://www.typescriptlang.org
{@a U} {@a U}
{@a V}
## View ## View
@ -1122,6 +1121,7 @@ under the control of a [router](guide/glossary#router).
{@a Y} {@a Y}
{@a Z}
## Zone ## Zone