docs(cheatsheet): add cheatsheet

This commit is contained in:
Naomi Black
2015-10-18 23:13:20 +01:00
parent 012b5b9c93
commit e3cf6cf9d8
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -5,6 +5,10 @@
"title": "Developer Guides"
},
"cheatsheet": {
"title": "Angular Cheat Sheet"
},
"displaying-data": {
"title": "Displaying Data",
"intro": "Displaying data is job number one for any good application. In Angular, you bind data to elements in HTML templates and Angular automatically updates the UI as data changes."
+2 -2
View File
@@ -1,9 +1,9 @@
.banner
p.text-body Angular 2 is currently in Developer Preview. We recommend using Angular 1.x for production applications.
p.text-body This cheat sheet is provisional and may change. Angular 2 is currently in Developer Preview.
article(class="l-content-small grid-fluid docs-content")
.cheatsheet
h2 Angular for TypeScript Cheat Sheet (v2.0.0-alpha.43)
h2 Angular for TypeScript Cheat Sheet (v2.0.0-alpha.44)
.downloads
a.download(href='AngularCheatSheet_Letter.pdf')
span.icon.icon-cloud-download