more updates

This commit is contained in:
Alex Wolfe 2015-04-22 07:18:52 -07:00
parent 64c5aff275
commit b66786ed55
1 changed files with 3 additions and 11 deletions

View File

@ -19,17 +19,9 @@
h2#section-create-an-entry-point Create an entry point
p Open your favorite editor and create a show-properties.html file with the content:
.code-box
pre.prettyprint.linenums.lang-html(data-name="es5")
pre.prettyprint.linenums.lang-html
code.
//ES5
<display></display>
pre.prettyprint.linenums.lang-html(data-name="typescript")
code.
//TypeScript
<display></display>
p
| The <code>&lt;display&gt;</code> component here acts as the site where you'll insert your application.
| We'll assume a structure like this for the rest of the examples here and just focus on the parts that