remove redundant headings
This commit is contained in:
parent
14db838f8b
commit
c12d75a477
|
@ -1,8 +1,6 @@
|
||||||
include ../_util-fns
|
include ../_util-fns
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
# Once Upon a Time
|
|
||||||
|
|
||||||
Every story starts somewhere. Our story starts where the [QuickStart](../quickstart.html) ends.
|
Every story starts somewhere. Our story starts where the [QuickStart](../quickstart.html) ends.
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
include ../_util-fns
|
include ../_util-fns
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
# It Takes Many Heroes
|
|
||||||
Our story needs more heroes.
|
Our story needs more heroes.
|
||||||
We’ll expand our Tour of Heroes app to display a list of heroes,
|
We’ll expand our Tour of Heroes app to display a list of heroes,
|
||||||
allow the user to select a hero, and display the hero’s details.
|
allow the user to select a hero, and display the hero’s details.
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
include ../_util-fns
|
include ../_util-fns
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
# Services
|
|
||||||
The Tour of Heroes is evolving and we anticipate adding more components in the near future.
|
The Tour of Heroes is evolving and we anticipate adding more components in the near future.
|
||||||
|
|
||||||
Multiple components will need access to hero data and we don't want to copy and
|
Multiple components will need access to hero data and we don't want to copy and
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
},
|
},
|
||||||
"toh-pt6": {
|
"toh-pt6": {
|
||||||
"title": "HTTP",
|
"title": "HTTP",
|
||||||
|
"subtitle": "Getting and saving data",
|
||||||
"intro": "We convert our service and components to use Angular's HTTP service",
|
"intro": "We convert our service and components to use Angular's HTTP service",
|
||||||
"nextable": true
|
"nextable": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,9 +2,7 @@ block includes
|
||||||
include ../_util-fns
|
include ../_util-fns
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
# Tour of Heroes: the vision
|
Our grand plan for this tutorial is to build an app to help a staffing agency manage its stable of heroes.
|
||||||
|
|
||||||
Our grand plan is to build an app to help a staffing agency manage its stable of heroes.
|
|
||||||
Even heroes need to find work.
|
Even heroes need to find work.
|
||||||
|
|
||||||
Of course we'll only make a little progress in this tutorial. What we do build will
|
Of course we'll only make a little progress in this tutorial. What we do build will
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
include ../_util-fns
|
include ../_util-fns
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
# Once Upon a Time
|
|
||||||
|
|
||||||
Every story starts somewhere. Our story starts where the [QuickStart](../quickstart.html) ends.
|
Every story starts somewhere. Our story starts where the [QuickStart](../quickstart.html) ends.
|
||||||
|
|
||||||
Run the <live-example></live-example> for this part.
|
Run the <live-example></live-example> for this part.
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
include ../_util-fns
|
include ../_util-fns
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
# It Takes Many Heroes
|
|
||||||
Our story needs more heroes.
|
Our story needs more heroes.
|
||||||
We’ll expand our Tour of Heroes app to display a list of heroes,
|
We’ll expand our Tour of Heroes app to display a list of heroes,
|
||||||
allow the user to select a hero, and display the hero’s details.
|
allow the user to select a hero, and display the hero’s details.
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
include ../_util-fns
|
include ../_util-fns
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
# Services
|
|
||||||
The Tour of Heroes is evolving and we anticipate adding more components in the near future.
|
The Tour of Heroes is evolving and we anticipate adding more components in the near future.
|
||||||
|
|
||||||
Multiple components will need access to hero data and we don't want to copy and
|
Multiple components will need access to hero data and we don't want to copy and
|
||||||
|
|
|
@ -9,8 +9,6 @@ block includes
|
||||||
- var _redirectTo = 'redirectTo'
|
- var _redirectTo = 'redirectTo'
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
# Routing Around the App
|
|
||||||
|
|
||||||
We received new requirements for our Tour of Heroes application:
|
We received new requirements for our Tour of Heroes application:
|
||||||
|
|
||||||
* Add a *Dashboard* view.
|
* Add a *Dashboard* view.
|
||||||
|
|
|
@ -12,8 +12,6 @@ block includes
|
||||||
- var _promise = _Promise.toLowerCase()
|
- var _promise = _Promise.toLowerCase()
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
# Getting and Saving Data
|
|
||||||
|
|
||||||
Our stakeholders appreciate our progress.
|
Our stakeholders appreciate our progress.
|
||||||
Now they want to get the hero data from a server, let users add, edit, and delete heroes,
|
Now they want to get the hero data from a server, let users add, edit, and delete heroes,
|
||||||
and save these changes back to the server.
|
and save these changes back to the server.
|
||||||
|
|
Loading…
Reference in New Issue