angular-cn/public/docs/ts/latest/guide/cheatsheet.jade

28 lines
864 B
Plaintext
Raw Normal View History

2015-10-16 14:12:03 -04:00
.banner
2015-10-18 18:13:20 -04:00
p.text-body This cheat sheet is provisional and may change. Angular 2 is currently in Developer Preview.
2015-10-16 14:12:03 -04:00
article(class="l-content-small grid-fluid docs-content")
.cheatsheet
2015-10-18 18:13:20 -04:00
h2 Angular for TypeScript Cheat Sheet (v2.0.0-alpha.44)
2015-10-16 14:12:03 -04:00
.downloads
a.download(href='AngularCheatSheet_Letter.pdf')
span.icon.icon-cloud-download
h4 Multi-page/A4 or Letter
h5 168KB (.pdf)
a.download(href='AngularCheatSheet_Poster.pdf')
span.icon.icon-cloud-download
h4 Poster/A2 or 18" x 24"
h5 369KB (.pdf)
br
br
table(ng-repeat='section in cheatsheet' ng-cloak)
2015-10-16 14:12:03 -04:00
tr
th {{section.syntax}}
th
code {{section.description}}
tr(ng-repeat='child in section.children')
td
code(bold='child.bold') {{child.syntax}}
td {{child.description}}