This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 3 files changed +8
-10
lines changed
3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -357,17 +357,17 @@ block includes
357
357
## ES2015
358
358
.l-sub-section
359
359
:marked
360
- Short hand for " [ECMAScript 2015 ](#ecmascript=2015)" .
360
+ Short hand for [ECMAScript](#ecmascript) 2015 .
361
361
:marked
362
362
## ES6
363
363
.l-sub-section
364
364
:marked
365
- Short hand for " [ECMAScript 2015 ](#ecmascript=2015)" .
365
+ Short hand for [ECMAScript](#ecmascript) 2015 .
366
366
:marked
367
367
## ES5
368
368
.l-sub-section
369
369
:marked
370
- Short hand for " ECMAScript 5" , the version of JavaScript run by most modern browsers.
370
+ Short hand for [ ECMAScript](#ecmascript) 5 , the version of JavaScript run by most modern browsers.
371
371
See [ECMAScript](#ecmascript).
372
372
373
373
a#F
@@ -732,7 +732,7 @@ a#snake-case
732
732
## TypeScript
733
733
.l-sub-section
734
734
:marked
735
- A version of JavaScript that supports most [ECMAScript 2015 ](#ecmascript=2015)
735
+ A version of JavaScript that supports most [ECMAScript](#ecmascript) 2015
736
736
language features and many features that may arrive in future versions
737
737
of JavaScript such as [Decorators](#decorator).
738
738
Original file line number Diff line number Diff line change @@ -1380,9 +1380,8 @@ code-example(format="." language="bash").
1380
1380
We too can call that `ngOnInit` method in our tests if we wish ... after taking control of the injected
1381
1381
`HeroService` and (perhaps) mocking it.
1382
1382
1383
- <a name =" browser-url-styles" ></a >
1384
- <a id =" location-strategy" ></a >
1385
- .l-main-section
1383
+ a#browser-url-styles
1384
+ .l-main-section #location-strategy
1386
1385
:marked
1387
1386
## Appendix: *LocationStrategy* and browser URL styles
1388
1387
Original file line number Diff line number Diff line change @@ -1941,9 +1941,8 @@ a#fragment
1941
1941
We too can call that `ngOnInit` method in our tests if we wish ... after taking control of the injected
1942
1942
`HeroService` and (perhaps) mocking it.
1943
1943
1944
- <a name =" browser-url-styles" ></a >
1945
- <a id =" location-strategy" ></a >
1946
- .l-main-section
1944
+ a#browser-url-styles
1945
+ .l-main-section #location-strategy
1947
1946
:marked
1948
1947
## Appendix: *LocationStrategy* and browser URL styles
1949
1948
You can’t perform that action at this time.
0 commit comments