* boilerplate, gulpfile, quickstart * move ts files up to cookbooks * move rest of ts files * fix tsconfig, default build task, json file * fix js examples * fix webpack example * remove a2docs.css references * fix aot examples * fix webpack run task * fix cb-i18n * fix upgrade examples * fix unit tests * fix comment in deployment index * removed unused typings.json * fix plunkers * fix js example paths * fix ts quickstart/setup prose * add src folder note to setup * broadly replace app/ -> src/app/ * broadly replace main.ts * broadly replaced index.html * broadly replace tsconfig * replace systemjs * fix filetrees * Minor prose fixes to aot, i18n cookbooks * remove char harp was complaining about * update new reactive forms example * fix quickstart jade error * fix mistakes uncovered by CI * fix bad filename errors * edit style guide 04-06 rule to use src * add changelog * Incorporate Jesus's feedback * fix snippet headers in toh1/2 * chore: tweak changelog and setup text
48 lines
1.5 KiB
HTML
48 lines
1.5 KiB
HTML
<a id="toc"></a>
|
|
<h1>{{title}}</h1>
|
|
<a href="#class-metadata">Classes and Class Metadata</a><br>
|
|
<a href="#interfaces">Interfaces</a><br>
|
|
<a href="#io-metadata">Input and Output Metadata</a><br>
|
|
<a href="#dependency-injection">Dependency Injection</a><br>
|
|
<a href="#host-metadata">Host Metadata</a><br>
|
|
<a href="#view-child-metadata">View and Child Metadata</a><br>
|
|
|
|
<hr>
|
|
<h4 id="class-metadata">Classes and Class Metadata</h4>
|
|
<hero-view></hero-view>
|
|
<h4 id="class-metadata-dsl">Classes and Class Metadata (DSL)</h4>
|
|
<hero-view-dsl></hero-view-dsl>
|
|
|
|
<hr>
|
|
<h4 id="interfaces">Interfaces</h4>
|
|
<hero-lifecycle></hero-lifecycle>
|
|
<h4 id="interfaces-dsl">Interfaces (DSL)</h4>
|
|
<hero-lifecycle-dsl></hero-lifecycle-dsl>
|
|
|
|
<hr>
|
|
<h4 id="io-metadata">Input and Output Metadata</h4>
|
|
<hero-io></hero-io>
|
|
<h4 id="io-metadata-dsl">Input and Output Metadata (DSL)</h4>
|
|
<hero-io-dsl></hero-io-dsl>
|
|
|
|
<hr>
|
|
<h4 id="dependency-injection">Dependency Injection</h4>
|
|
<hero-di></hero-di>
|
|
<hero-di-inject></hero-di-inject>
|
|
<hero-di-inject-additional></hero-di-inject-additional>
|
|
|
|
<h4 id="dependency-injection-dsl">Dependency Injection (DSL)</h4>
|
|
<hero-di-dsl></hero-di-dsl>
|
|
<hero-di-inject-dsl></hero-di-inject-dsl>
|
|
<hero-di-inject-additional-dsl></hero-di-inject-additional-dsl>
|
|
|
|
<hr>
|
|
<h4 id="host-metadata">Host Metadata</h4>
|
|
<hero-host></hero-host>
|
|
<h4 id="host-metadata-dsl">Host Metadata (DSL)</h4>
|
|
<hero-host-dsl></hero-host-dsl>
|
|
|
|
<hr>
|
|
<h4 id="view-child-metadata">View and Child Metadata (DSL)</h4>
|
|
<hero-queries></hero-queries>
|