(docs) Template Syntax

This commit is contained in:
Ward Bell 2015-10-16 20:39:30 -07:00 committed by Naomi Black
parent a27c905344
commit 6234a0ed41
3 changed files with 1261 additions and 3 deletions

View File

@ -15,6 +15,11 @@
"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": {
"title": "Glossary",
"intro": "Brief definitions of the most important words in the Angular 2 vocabulary"

View File

@ -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