docs(architecture): small tweaks

closes #1101
This commit is contained in:
unexge 2016-04-17 18:36:17 +03:00 committed by Ward Bell
parent be90e27fc6
commit 634e50aaca
1 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@ figure
1. [Template](#template) 1. [Template](#template)
1. [Metadata](#metadata) 1. [Metadata](#metadata)
1. [Data Binding](#data-binding) 1. [Data Binding](#data-binding)
1. [Directive](#directive)
1. [Service](#service) 1. [Service](#service)
1. [Directive](#directive)
1. [Dependency Injection](#dependency-injection) 1. [Dependency Injection](#dependency-injection)
Learn these eight and we're on our way. Learn these eight and we're on our way.
@ -492,8 +492,8 @@ figure
1. [Template](#template) 1. [Template](#template)
1. [Metadata](#metadata) 1. [Metadata](#metadata)
1. [Data Binding](#data-binding) 1. [Data Binding](#data-binding)
1. [Service](#service)
1. [Directive](#directive) 1. [Directive](#directive)
1. [Service](#service)
1. [Dependency Injection](#dependency-injection) 1. [Dependency Injection](#dependency-injection)
That's a foundation for everything else in an Angular application 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. >**[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, >**[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. by implementing the "Lifecycle Hook" interfaces.