slides through modules

This commit is contained in:
Jeremy Likness
2020-01-29 10:26:00 -08:00
parent 2086a20e3c
commit e19a4d83bd
7 changed files with 91 additions and 2 deletions

18
slides/190-this-app.html Normal file
View File

@@ -0,0 +1,18 @@
<title>Modules: This App</title>
<h1>Modules: This App</h1>
<pre>
app.js
-- navigator.js
-- slideLoader.js
.. slide.js ⤵
-- slide.js
-- dataBinding.js
-- observable.js
-- router.js
-- animator.js
-- controls.js
.. navigator.js ⤴
-- keyhandler.js
.. navigator.js ⤴
</pre>
<h2 class="appear">Inception Demo</h2>