(docs) Template Syntax
This commit is contained in:
parent
a27c905344
commit
6234a0ed41
|
@ -14,7 +14,12 @@
|
||||||
"title": "User Input",
|
"title": "User Input",
|
||||||
"intro": "DOM events drive user input in Angular. You can use the native events like click, mouseover, and keyup. Angular uses a special syntax to register events to DOM elements. This section covers all the ins and outs of using the event syntax."
|
"intro": "DOM events drive user input in Angular. You can use the native events like click, mouseover, and keyup. Angular uses a special syntax to register events to DOM elements. This section covers all the ins and outs of using the event syntax."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"template-syntax": {
|
||||||
|
"title": "Template Syntax",
|
||||||
|
"intro": "How to write templates that display data and consume user events with the help of data binding."
|
||||||
|
},
|
||||||
|
|
||||||
"glossary": {
|
"glossary": {
|
||||||
"title": "Glossary",
|
"title": "Glossary",
|
||||||
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary"
|
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary"
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
include ../../../../_includes/_util-fns
|
||||||
|
|
||||||
|
:markdown
|
||||||
|
# Forms
|
||||||
|
It's coming soon!
|
||||||
|
|
||||||
|
.l-main-section
|
||||||
|
:markdown
|
||||||
|
## What's not to love?
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue