more updates
This commit is contained in:
parent
64c5aff275
commit
b66786ed55
|
@ -19,17 +19,9 @@
|
||||||
h2#section-create-an-entry-point Create an entry point
|
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:
|
p Open your favorite editor and create a show-properties.html file with the content:
|
||||||
.code-box
|
pre.prettyprint.linenums.lang-html
|
||||||
pre.prettyprint.linenums.lang-html(data-name="es5")
|
code.
|
||||||
code.
|
<display></display>
|
||||||
//ES5
|
|
||||||
<display></display>
|
|
||||||
|
|
||||||
pre.prettyprint.linenums.lang-html(data-name="typescript")
|
|
||||||
code.
|
|
||||||
//TypeScript
|
|
||||||
<display></display>
|
|
||||||
|
|
||||||
p
|
p
|
||||||
| The <code><display></code> component here acts as the site where you'll insert your application.
|
| The <code><display></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
|
| We'll assume a structure like this for the rest of the examples here and just focus on the parts that
|
||||||
|
|
Loading…
Reference in New Issue