|
17 | 17 | <script src="app/hero.component.js"></script>
|
18 | 18 | <script src="app/hero-dsl.component.js"></script>
|
19 | 19 | <script src="app/hero-lifecycle.component.js"></script>
|
| 20 | + <script src="app/hero-io.component.js"></script> |
20 | 21 | <script src="app/hero-di.component.js"></script>
|
21 | 22 | <script src="app/hero-di-inline.component.js"></script>
|
22 | 23 | <script src="app/hero-di-inject.component.js"></script>
|
23 | 24 | <script src="app/hero-di-inject-additional.component.js"></script>
|
24 |
| - <script src="app/hero-io.component.js"></script> |
25 | 25 | <script src="app/heroes-bindings.component.js"></script>
|
26 | 26 | <script src="app/heroes-queries.component.js"></script>
|
27 | 27 | <script src="app/main.js"></script>
|
28 | 28 | </head>
|
29 | 29 |
|
30 | 30 | <body>
|
31 |
| - <hero-view>Loading app...</hero-view> |
32 |
| - <hero-view-2>Loading app...</hero-view-2> |
33 |
| - <hero-lifecycle>Loading app...</hero-lifecycle> |
34 |
| - <hero-di>Loading app...</hero-di> |
35 |
| - <hero-di-inline>Loading app...</hero-di-inline> |
36 |
| - <hero-di-inject>Loading app...</hero-di-inject> |
37 |
| - <hero-di-inject-additional>Loading app...</hero-di-inject-additional> |
38 |
| - <hero-io>Loading app...</hero-io> |
39 |
| - <heroes-bindings>Loading app...</heroes-bindings> |
40 |
| - <heroes-queries>Loading app...</heroes-queries> |
| 31 | + <a id="toc"></a> |
| 32 | + <h1>TypeScript to JavaScript</h1> |
| 33 | + <a href="#class-metadata">Classes and Class Metadata</a><br> |
| 34 | + <a href="#property-metadata">Input and Output Metadata</a><br> |
| 35 | + <a href="#dependency-injection">Dependency Injection</a><br> |
| 36 | + <a href="#other-property-metadata">Host and Query Metadata</a><br> |
| 37 | + |
| 38 | + <hr> |
| 39 | + <h4 id="class-metadata">Classes and Class Metadata</h4> |
| 40 | + <hero-view>Loading hero-view...</hero-view> |
| 41 | + <hero-view-2>Loading hero-view2...</hero-view-2> |
| 42 | + <hero-lifecycle>Loading hero-lifecycle...</hero-lifecycle> |
| 43 | + |
| 44 | + <hr> |
| 45 | + <h4 id="property-metadata">Input and Output Metadata</h4> |
| 46 | + <hero-io>Loading hero-io...</hero-io> |
| 47 | + |
| 48 | + <hr> |
| 49 | + <h4 id="dependency-injection">Dependency Injection</h4> |
| 50 | + <hero-di>Loading hero-di...</hero-di> |
| 51 | + <hero-di-inline>Loading hero-di-inline...</hero-di-inline> |
| 52 | + <hero-di-inline2>Loading hero-di-inline2...</hero-di-inline2> |
| 53 | + <hero-di-inject>Loading hero-di-inject...</hero-di-inject> |
| 54 | + <hero-di-inject-additional>Loading hero-di-inject-additional...</hero-di-inject-additional> |
| 55 | + |
| 56 | + <hr> |
| 57 | + <h4 id="other-property-metadata">Host and Query Metadata</h4> |
| 58 | + <heroes-bindings>Loading heroes-bindings...</heroes-bindings> |
| 59 | + <heroes-queries>Loading heroes-queries...</heroes-queries> |
41 | 60 | </body>
|
42 | 61 |
|
43 | 62 | </html>
|
0 commit comments