@@ -28,7 +28,7 @@ block includes
28
28
+ ifDocsFor('ts' )
29
29
a#aot
30
30
:marked
31
- ## Ahead of Time (AOT) Compilation
31
+ ## Ahead of Time (AOT) compilation
32
32
.l-sub-section
33
33
:marked
34
34
You can compile Angular applications at build-time.
@@ -37,7 +37,7 @@ block includes
37
37
Ahead of time compiled applications also benefit from decreased load time and increased performance.
38
38
39
39
:marked
40
- ## Angular Module
40
+ ## Angular module
41
41
.l-sub-section
42
42
:marked
43
43
Helps you organize an application into cohesive blocks of functionality.
@@ -57,7 +57,7 @@ block includes
57
57
In practice, a synonym for [Decoration](#decorator).
58
58
59
59
:marked
60
- ## Attribute Directive
60
+ ## Attribute directive
61
61
.l-sub-section
62
62
:marked
63
63
A category of [directive](#directive) that can listen to and modify the behavior of
@@ -176,7 +176,7 @@ block includes
176
176
spelled in dash-case.
177
177
178
178
:marked
179
- ## Data Binding
179
+ ## Data binding
180
180
.l-sub-section
181
181
:marked
182
182
Applications display data values to a user and respond to user
@@ -204,7 +204,7 @@ block includes
204
204
a#decorator
205
205
a#decoration
206
206
:marked
207
- ## Decorator | Decoration
207
+ ## Decorator | decoration
208
208
.l-sub-section
209
209
block decorator-defn
210
210
:marked
@@ -234,10 +234,10 @@ block includes
234
234
Always include parentheses `()` when applying a decorator.
235
235
236
236
:marked
237
- ## Dependency Injection
237
+ ## Dependency injection
238
238
.l-sub-section
239
239
:marked
240
- Dependency Injection is both a design pattern and a mechanism
240
+ Dependency injection is both a design pattern and a mechanism
241
241
for creating and delivering parts of an application to other
242
242
parts of an application that request them.
243
243
415
415
416
416
.l-main-section #L
417
417
:marked
418
- ## Lifecycle Hooks
418
+ ## Lifecycle hooks
419
419
.l-sub-section
420
420
:marked
421
421
[Directives](#directive) and [components](#component) have a lifecycle
544
544
545
545
+ ifDocsFor('ts|js' )
546
546
:marked
547
- ## Reactive Forms
547
+ ## Reactive forms
548
548
.l-sub-section
549
549
:marked
550
550
A technique for building Angular forms through code in a component.
@@ -584,15 +584,15 @@ a#Q
584
584
585
585
+ ifDocsFor('ts|js' )
586
586
:marked
587
- ## RouterModule
587
+ ## Router module
588
588
.l-sub-section
589
589
:marked
590
590
A separate [Angular module](#angular-module) that provides the necessary service providers and directives for navigating through application views.
591
591
592
592
For more information, see the [Routing & Navigation](!{docsLatest}/guide/router.html) page.
593
593
594
594
:marked
595
- ## Routing Component
595
+ ## Routing component
596
596
.l-sub-section
597
597
block routing-component-defn
598
598
:marked
604
604
605
605
+ ifDocsFor('ts|js' )
606
606
:marked
607
- ## Scoped Package
607
+ ## Scoped package
608
608
.l-sub-section
609
609
:marked
610
610
Angular modules are delivered within *scoped packages* such as `@angular/core`, `@angular/common`, `@angular/platform-browser-dynamic`,
@@ -645,7 +645,7 @@ a#snake-case
645
645
For more information, see the [Services](!{docsLatest}/tutorial/toh-pt4.html) page of the [Tour of Heroes](!{docsLatest}/tutorial/) tutorial.
646
646
647
647
:marked
648
- ## Structural Directive
648
+ ## Structural directive
649
649
.l-sub-section
650
650
:marked
651
651
A category of [directive](#directive) that can
@@ -666,7 +666,7 @@ a#snake-case
666
666
667
667
+ ifDocsFor('ts|js' )
668
668
:marked
669
- ## Template-Driven Forms
669
+ ## Template-driven forms
670
670
.l-sub-section
671
671
:marked
672
672
A technique for building Angular forms using HTML forms and input elements in the view.
@@ -684,7 +684,7 @@ a#snake-case
684
684
in the [Forms](!{docsLatest}/guide/forms.html) page.
685
685
686
686
:marked
687
- ## Template Expression
687
+ ## Template expression
688
688
.l-sub-section
689
689
:marked
690
690
An expression is a !{_Lang}-like syntax that Angular evaluates within
0 commit comments