You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: public/docs/ts/latest/guide/architecture.jade
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ figure
26
26
1. [Template](#template)
27
27
1. [Metadata](#metadata)
28
28
1. [Data Binding](#data-binding)
29
+
1. [Directive](#directive)
29
30
1. [Service](#service)
30
-
1. [Directive](#directive)
31
31
1. [Dependency Injection](#dependency-injection)
32
32
33
33
Learn these eight and we're on our way.
@@ -492,8 +492,8 @@ figure
492
492
1. [Template](#template)
493
493
1. [Metadata](#metadata)
494
494
1. [Data Binding](#data-binding)
495
-
1. [Service](#service)
496
495
1. [Directive](#directive)
496
+
1. [Service](#service)
497
497
1. [Dependency Injection](#dependency-injection)
498
498
499
499
That's a foundation for everything else in an Angular application
@@ -525,7 +525,7 @@ figure
525
525
526
526
>**[Forms](forms.html)** - Support complex data entry scenarios with HTML-based validation and dirty checking.
527
527
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.
529
529
530
530
>**[Lifecycle Hooks](lifecycle-hooks.html)** - We can tap into key moments in the lifetime of a component, from its creation to its destruction,
0 commit comments