docs(toh-6/dart): quickfix to "BAD FILENAME" errors (#1929)

Exclude the new Observables section entirely for now.
This commit is contained in:
Patrice Chalin 2016-07-19 15:30:42 -07:00 committed by Kathy Walrath
parent 753452650c
commit b4c92d9c9c
2 changed files with 138 additions and 134 deletions

View File

@ -89,6 +89,9 @@ block heroes-comp-add
block review block review
//- Not showing animated gif due to differences between TS and Dart implementations. //- Not showing animated gif due to differences between TS and Dart implementations.
block observables-section
//- TBC
block filetree block filetree
.filetree .filetree
.file angular2_tour_of_heroes .file angular2_tour_of_heroes

View File

@ -359,6 +359,7 @@ block review
figure.image-display figure.image-display
img(src='/resources/images/devguide/toh/toh-http.anim.gif' alt="Heroes List Editting w/ HTTP") img(src='/resources/images/devguide/toh/toh-http.anim.gif' alt="Heroes List Editting w/ HTTP")
block observables-section
:marked :marked
## Observables ## Observables
@ -554,7 +555,7 @@ block filetree
- We extended HeroService to support post, put and delete calls. - We extended HeroService to support post, put and delete calls.
- We updated our components to allow adding, editing and deleting of heroes. - We updated our components to allow adding, editing and deleting of heroes.
- We configured an in-memory web API. - We configured an in-memory web API.
- We learned how to use Observables. <li if-docs="ts"> We learned how to use Observables.</li>
Below is a summary of the files we changed and added. Below is a summary of the files we changed and added.