2016-03-16 12:01:33 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<base href="/">
|
2016-04-27 14:28:22 -04:00
|
|
|
<meta charset="UTF-8">
|
2016-03-16 12:01:33 -04:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="styles.css">
|
|
|
|
|
2016-04-27 14:28:22 -04:00
|
|
|
<!-- Polyfill(s) for older browsers -->
|
2016-05-19 19:37:54 -04:00
|
|
|
<script src="node_modules/core-js/client/shim.min.js"></script>
|
2016-03-16 12:01:33 -04:00
|
|
|
|
2016-04-27 14:28:22 -04:00
|
|
|
<script src="node_modules/zone.js/dist/zone.js"></script>
|
|
|
|
<script src="node_modules/reflect-metadata/Reflect.js"></script>
|
2016-03-16 12:01:33 -04:00
|
|
|
<script src="node_modules/systemjs/dist/system.src.js"></script>
|
2016-04-27 14:28:22 -04:00
|
|
|
|
|
|
|
<script src="systemjs.config.js"></script>
|
2016-03-16 12:01:33 -04:00
|
|
|
<script>
|
2016-05-11 21:31:34 -04:00
|
|
|
System.import('app').catch(function(err){ console.error(err); });
|
2016-03-16 12:01:33 -04:00
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<a id="toc"></a>
|
|
|
|
<h1>TypeScript to JavaScript</h1>
|
|
|
|
<a href="#class-metadata">Classes and Class Metadata</a><br>
|
|
|
|
<a href="#property-metadata">Input and Output Metadata</a><br>
|
|
|
|
<a href="#dependency-injection">Dependency Injection</a><br>
|
|
|
|
<a href="#other-property-metadata">Host and Query Metadata</a><br>
|
2016-04-27 14:28:22 -04:00
|
|
|
|
2016-03-16 12:01:33 -04:00
|
|
|
<hr>
|
2016-04-27 14:28:22 -04:00
|
|
|
<h4 id="class-metadata">Classes and Class Metadata</h4>
|
2016-03-16 12:01:33 -04:00
|
|
|
<hero-view id="class-metadata">Loading hero-view...</hero-view>
|
|
|
|
<hero-lifecycle>Loading hero-lifecycle...</hero-lifecycle>
|
2016-04-27 14:28:22 -04:00
|
|
|
|
2016-03-16 12:01:33 -04:00
|
|
|
<hr>
|
2016-04-27 14:28:22 -04:00
|
|
|
<h4 id="property-metadata">Input and Output Metadata</h4>
|
2016-03-16 12:01:33 -04:00
|
|
|
<hero-io>Loading hero-io...</hero-io>
|
|
|
|
|
|
|
|
<hr>
|
2016-04-27 14:28:22 -04:00
|
|
|
<h4 id="dependency-injection">Dependency Injection</h4>
|
2016-03-16 12:01:33 -04:00
|
|
|
<hero-di>Loading hero-di...</hero-di>
|
2016-04-27 14:28:22 -04:00
|
|
|
<hero-di-inject>Loading hero-di-inject...</hero-di-inject>
|
2016-03-16 12:01:33 -04:00
|
|
|
<hero-di-inject-additional>Loading hero-di-inject-additional...</hero-di-inject-additional>
|
2016-04-27 14:28:22 -04:00
|
|
|
|
2016-03-16 12:01:33 -04:00
|
|
|
<hr>
|
2016-04-27 14:28:22 -04:00
|
|
|
<h4 id="other-property-metadata">Host and Query Metadata</h4>
|
2016-03-16 12:01:33 -04:00
|
|
|
<heroes-bindings>Loading heroes-bindings...</heroes-bindings>
|
|
|
|
<heroes-queries id="other-property-metadata">Loading heroes-queries...</heroes-queries>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|