From 634e50aaca158e2343562272f1472850fa024823 Mon Sep 17 00:00:00 2001 From: unexge Date: Sun, 17 Apr 2016 18:36:17 +0300 Subject: [PATCH] docs(architecture): small tweaks closes #1101 --- public/docs/ts/latest/guide/architecture.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs/ts/latest/guide/architecture.jade b/public/docs/ts/latest/guide/architecture.jade index 6af7f1ceca..e03d024375 100644 --- a/public/docs/ts/latest/guide/architecture.jade +++ b/public/docs/ts/latest/guide/architecture.jade @@ -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. @@ -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 @@ -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.