docs(*): fix broken links in glossary and router chapter (#2279)
- Glossary: `#ecmascript=2015` is not a valid fragment. - Router: `<a name=“…”>` needed to be `<a id=“…”>`.
This commit is contained in:
parent
b56e4c6fd3
commit
15c50d76a2
@ -357,17 +357,17 @@ block includes
|
|||||||
## ES2015
|
## ES2015
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
:marked
|
:marked
|
||||||
Short hand for "[ECMAScript 2015](#ecmascript=2015)".
|
Short hand for [ECMAScript](#ecmascript) 2015.
|
||||||
:marked
|
:marked
|
||||||
## ES6
|
## ES6
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
:marked
|
:marked
|
||||||
Short hand for "[ECMAScript 2015](#ecmascript=2015)".
|
Short hand for [ECMAScript](#ecmascript) 2015.
|
||||||
:marked
|
:marked
|
||||||
## ES5
|
## ES5
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
:marked
|
:marked
|
||||||
Short hand for "ECMAScript 5", the version of JavaScript run by most modern browsers.
|
Short hand for [ECMAScript](#ecmascript) 5, the version of JavaScript run by most modern browsers.
|
||||||
See [ECMAScript](#ecmascript).
|
See [ECMAScript](#ecmascript).
|
||||||
|
|
||||||
a#F
|
a#F
|
||||||
@ -732,7 +732,7 @@ a#snake-case
|
|||||||
## TypeScript
|
## TypeScript
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
:marked
|
:marked
|
||||||
A version of JavaScript that supports most [ECMAScript 2015](#ecmascript=2015)
|
A version of JavaScript that supports most [ECMAScript](#ecmascript) 2015
|
||||||
language features and many features that may arrive in future versions
|
language features and many features that may arrive in future versions
|
||||||
of JavaScript such as [Decorators](#decorator).
|
of JavaScript such as [Decorators](#decorator).
|
||||||
|
|
||||||
|
@ -1380,9 +1380,8 @@ code-example(format="." language="bash").
|
|||||||
We too can call that `ngOnInit` method in our tests if we wish ... after taking control of the injected
|
We too can call that `ngOnInit` method in our tests if we wish ... after taking control of the injected
|
||||||
`HeroService` and (perhaps) mocking it.
|
`HeroService` and (perhaps) mocking it.
|
||||||
|
|
||||||
<a name="browser-url-styles"></a>
|
a#browser-url-styles
|
||||||
<a id="location-strategy"></a>
|
.l-main-section#location-strategy
|
||||||
.l-main-section
|
|
||||||
:marked
|
:marked
|
||||||
## Appendix: *LocationStrategy* and browser URL styles
|
## Appendix: *LocationStrategy* and browser URL styles
|
||||||
|
|
||||||
|
@ -1941,9 +1941,8 @@ a#fragment
|
|||||||
We too can call that `ngOnInit` method in our tests if we wish ... after taking control of the injected
|
We too can call that `ngOnInit` method in our tests if we wish ... after taking control of the injected
|
||||||
`HeroService` and (perhaps) mocking it.
|
`HeroService` and (perhaps) mocking it.
|
||||||
|
|
||||||
<a name="browser-url-styles"></a>
|
a#browser-url-styles
|
||||||
<a id="location-strategy"></a>
|
.l-main-section#location-strategy
|
||||||
.l-main-section
|
|
||||||
:marked
|
:marked
|
||||||
## Appendix: *LocationStrategy* and browser URL styles
|
## Appendix: *LocationStrategy* and browser URL styles
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user