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

Commit 634e50a

Browse files
unexgewardbell
authored andcommitted
docs(architecture): small tweaks
closes #1101
1 parent be90e27 commit 634e50a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/ts/latest/guide/architecture.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ figure
2626
1. [Template](#template)
2727
1. [Metadata](#metadata)
2828
1. [Data Binding](#data-binding)
29+
1. [Directive](#directive)
2930
1. [Service](#service)
30-
1. [Directive](#directive)
3131
1. [Dependency Injection](#dependency-injection)
3232

3333
Learn these eight and we're on our way.
@@ -492,8 +492,8 @@ figure
492492
1. [Template](#template)
493493
1. [Metadata](#metadata)
494494
1. [Data Binding](#data-binding)
495-
1. [Service](#service)
496495
1. [Directive](#directive)
496+
1. [Service](#service)
497497
1. [Dependency Injection](#dependency-injection)
498498

499499
That's a foundation for everything else in an Angular application
@@ -525,7 +525,7 @@ figure
525525

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

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

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

0 commit comments

Comments
 (0)