Filipe Silva 1101f07ef2 refactor: add src folder (#3171)
* 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
2017-02-02 19:38:17 +01:00

27 lines
546 B
HTML

<p>
<click-me></click-me>
</p>
<p>
<click-me2></click-me2>
</p>
<h4>Give me some keys!</h4>
<div><key-up1></key-up1></div>
<h4>keyup loop-back component</h4>
<div><loop-back></loop-back></div>
<br><br>
<h4>Give me some more keys!</h4>
<div><key-up2></key-up2></div>
<h4>Type away! Press [enter] when done.</h4>
<div><key-up3></key-up3></div>
<h4>Type away! Press [enter] or click elsewhere when done.</h4>
<div><key-up4></key-up4></div>
<h4>Little Tour of Heroes</h4>
<p><i>Add a new hero</i></p>
<div><little-tour></little-tour></div>