Skip to content

Commit 77cc518

Browse files
pbatchupbatchu
authored andcommitted
added notes to agenda
1 parent 0e27c4b commit 77cc518

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

AngularJS/index.html

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ <h3>Superheroic JavaScript MVW Framework</h3>
4444
<p>
4545
<small>Presented by: Prashanth Batchu</small>
4646
</p>
47+
48+
<aside class="notes">
49+
Hello Everybody...
50+
51+
How is everyone doing this afternoon?
52+
53+
The goal of this presentation is to provide an introduction to Angular JS, understand more about the framework itself by looking at a few examples. Lets take a look at the agenda.
54+
55+
</aside>
4756
</section>
4857

4958
<section>
@@ -55,15 +64,30 @@ <h2>Agenda</h2>
5564

5665
<ul>
5766
<li>Why use Angular?</li>
58-
<li>Examples</li>
67+
<li>Examples
68+
<ul>
69+
<li>Concepts of Angular: Scope, Directives, Filters, MVC</li>
70+
<li>Debugging</li>
71+
<li>Testing</li>
72+
</ul>
73+
</li>
74+
5975
<li>Best Practices</li>
6076
<li>Resources</li>
6177
<li>Q&A</li>
6278

6379
</ul>
6480

6581
<aside class="notes">
66-
Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard).
82+
I'd like to first start of with the motivation for Angular's existence. The problems that it is trying to address and how it solves them.
83+
84+
Then we'll dive into some examples to take a close look at how Angular works. We will explore various concepts of Angular including Scope, Directives, Filters, MVC etc.
85+
We'll also explore various options available for debugging, packaging, dependency management and deployment.
86+
87+
I'll also present some best practices (if time permits). Since this is a new technology, best practices keep evolving and there are a lot to learn and adjust to.
88+
89+
Then I'll provide some links to some useful resources, some useful youtube videos availabe on the the offical Angualar DEV team channel.
90+
6791
</aside>
6892
</section>
6993
</section>

0 commit comments

Comments
 (0)