This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +656
-655
lines changed Expand file tree Collapse file tree 7 files changed +656
-655
lines changed Original file line number Diff line number Diff line change 16
16
"intro" : " Learn how AngularJS concepts and techniques map to Angular."
17
17
},
18
18
19
- "ngmodule-faq" : {
20
- "title" : " Angular Module FAQs" ,
21
- "intro" : " Answers to frequently asked questions about @NgModule"
22
- },
23
-
24
19
"component-communication" : {
25
20
"title" : " Component Interaction" ,
26
21
"intro" : " Share information between different directives and components"
56
51
"intro" : " Translate the app's template text into multiple languages."
57
52
},
58
53
54
+ "ngmodule-faq" : {
55
+ "title" : " NgModule FAQs" ,
56
+ "intro" : " Answers to frequently asked questions about @NgModule."
57
+ },
58
+
59
59
"set-document-title" : {
60
60
"title" : " Set the Document Title" ,
61
61
"intro" : " Setting the document or window title using the Title service."
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 101
101
"basics" : true
102
102
},
103
103
104
- "ngmodule" : {
105
- "title" : " Angular Modules (NgModule)" ,
106
- "intro" : " Define application modules with @NgModule"
107
- },
108
-
109
104
"animations" : {
110
105
"title" : " Animations" ,
111
106
"intro" : " A guide to Angular's animation system."
152
147
"intro" : " Angular calls lifecycle hook methods on directives and components as it creates, changes, and destroys them."
153
148
},
154
149
150
+ "ngmodule" : {
151
+ "title" : " NgModules" ,
152
+ "intro" : " Define application modules with @NgModule."
153
+ },
154
+
155
155
"npm-packages" : {
156
156
"title" : " Npm Packages" ,
157
157
"intro" : " Recommended npm packages, and how to specify package dependencies"
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ include ../_util-fns
26
26
27
27
Run the <live-example></live-example>.
28
28
29
- .l-main-section
29
+ .l-main-section #template-driven
30
30
:marked
31
31
## Template-driven forms
32
32
33
33
Many of us will build forms by writing templates in the Angular [template syntax](./template-syntax.html) with
34
34
the form-specific directives and techniques described in this guide.
35
-
35
+
36
36
.l-sub-section
37
37
:marked
38
38
That's not the only way to create a form but it's the way we'll cover in this guide.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ figure.image-display
124
124
125
125
+ makeExample('pipes/ts/src/app/app.component.html' , 'chained-parameter-birthday' )( format ="." )
126
126
127
- .l-main-section
127
+ .l-main-section #custom-pipes
128
128
:marked
129
129
## Custom pipes
130
130
Original file line number Diff line number Diff line change 23
23
.c4.secondary-content-list
24
24
h4 Advanced Documentation
25
25
ul
26
- li
27
- a( href ="/docs/#{lang} /#{vers} /guide/ngmodule.html" ) Angular Modules
28
26
li
29
27
a( href ="/docs/#{lang} /#{vers} /guide/animations.html" ) Animations
30
28
li
34
32
li
35
33
a( href ="/docs/#{lang} /#{vers} /guide/component-styles.html" ) Component Styles
36
34
li
37
- a( href ="/docs/#{lang} /#{vers} /guide/ngmodule.html" ) View All...
35
+ a( href ="/docs/#{lang} /#{vers} /guide/deployment.html" ) Deployment
36
+ li
37
+ a( href ="/docs/#{lang} /#{vers} /guide/animations.html" ) View All...
38
38
39
39
.c4.secondary-content-list
40
40
h4 Cookbook
43
43
a( href ="/docs/#{lang} /#{vers} /cookbook/aot-compiler.html" ) Ahead-of-time Compilation
44
44
li
45
45
a( href ="/docs/#{lang} /#{vers} /cookbook/ajs-quick-reference.html" ) AngularJS to Angular
46
- li
47
- a( href ="/docs/#{lang} /#{vers} /cookbook/ngmodule-faq.html" ) Angular Module FAQ
48
46
li
49
47
a( href ="/docs/#{lang} /#{vers} /cookbook/component-communication.html" ) Component Interaction
50
48
li
51
49
a( href ="/docs/#{lang} /#{vers} /cookbook/component-relative-paths.html" ) Component-Relative Paths
50
+ li
51
+ a( href ="/docs/#{lang} /#{vers} /cookbook/dependency-injection.html" ) Dependency Injection
52
52
li
53
53
a( href ="/docs/#{lang} /#{vers} /cookbook/" ) View All...
54
54
You can’t perform that action at this time.
0 commit comments