Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

docs(architecture): small tweaks #1101

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions public/docs/ts/latest/guide/architecture.jade
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ figure
1. [Template](#template)
1. [Metadata](#metadata)
1. [Data Binding](#data-binding)
1. [Directive](#directive)
1. [Service](#service)
1. [Directive](#directive)
1. [Dependency Injection](#dependency-injection)

Learn these eight and we're on our way.
Expand Down Expand Up @@ -492,8 +492,8 @@ figure
1. [Template](#template)
1. [Metadata](#metadata)
1. [Data Binding](#data-binding)
1. [Service](#service)
1. [Directive](#directive)
1. [Service](#service)
1. [Dependency Injection](#dependency-injection)

That's a foundation for everything else in an Angular application
Expand Down Expand Up @@ -525,7 +525,7 @@ figure

>**[Forms](forms.html)** - Support complex data entry scenarios with HTML-based validation and dirty checking.

>**HTTP** - Communicate with a server to get data, save data, and invoke server-side actions with this Angular HTTP client.
>**[HTTP](server-communication.html)** - Communicate with a server to get data, save data, and invoke server-side actions with this Angular HTTP client.

>**[Lifecycle Hooks](lifecycle-hooks.html)** - We can tap into key moments in the lifetime of a component, from its creation to its destruction,
by implementing the "Lifecycle Hook" interfaces.
Expand Down