This repository was archived by the owner on Dec 4, 2017. It is now read-only.
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Tutorial link broken (HTTP services, TypeScript) #2419
Closed
Description
In the (really excellent) tutorial for writing HTTP services (HTTP tutorial on the Angular site), there’s a link to the Observables section later on:
We'll learn about [Observables](#observables) later in this chapter.
(Located here: public/docs/ts/latest/tutorial/toh-pt6.jade line 156)
But the link is malformed. Here’s where it should take us to:
## !{_Observable}s
(Located here: public/docs/ts/latest/tutorial/toh-pt6.jade line 352)
This works as expected (but looks a bit ugly):
We'll learn about [Observables](#-_observable-s) later in this chapter.
Metadata
Metadata
Assignees
Labels
No labels