Skip to content

Commit

Permalink
possible improvement of the agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
aldorn-cg committed Jun 30, 2023
1 parent 761cd4f commit 39effa6
Showing 1 changed file with 137 additions and 0 deletions.
137 changes: 137 additions & 0 deletions agenda/kn/foundations-kn-2023-new-draft.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">

<title>Angular Training</title>
<link rel="icon" href="../../common/img/favicon.ico">
<meta name="description" content="Richwebclient">
<meta name="author" content="Richwebclient Team">

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link rel="stylesheet" href="../../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../../node_modules/reveal.js/css/theme/simple.css" id="theme">
<link rel="stylesheet" href="../../common/css/common.css">

<!-- Printing and PDF exports -->
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match(/print-pdf/gi) ? '../../node_modules/reveal.js/css/print/pdf.css' : '../../node_modules/reveal.js/css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild(link);
</script>

<!--[if lt IE 9]>
<script src="../../node_modules/reveal.js/lib/js/html5shiv.js"></script>
<![endif]-->
</head>

<body>
<style>

</style>
<div class="reveal">
<div class="slides">
<section data-background-size="70% auto" data-background-position="0% 0%" data-background-image="../../common/img/shapes/Fixed_Shape_1_SVG/Fixed_Shape_1_CapgeminiBlue_RGB.svg">
<h1 class="header-align-left">Angular Foundations</h1>
</section>
<section>
<p>Please prepare your local setup for the training exercises and ask the trainers for help up front if needed:</p>
<ul>
<li><a href="../preparation.html" target="_blank">Preparation slides</a></li>
</ul>
<p>Basic knowledge regarding HTML and CSS is a prerequisite. You can find some material for self study here:</p>
<ul>
<li><a href="../../html5/index.html" target="_blank">HTML 5</a></li>
<li><a href="../../css/index.html" target="_blank">CSS</a></li>
</ul>
</section>
<section data-markdown>
<textarea data-template>
| Day 1 | Times | |
| :---------------- |:---- |:----
| Warm-up | 9:00 - 9:15 | Alex
| <a href="../../js-to-ts/index.html" target="_blank">JavaScript and TypeScript</a> | 9:15 - 10:00 | Arnold
| <a href="../../js-to-ts/ts-exercises/index.html" target="_blank">TypeScript Exercises</a> | 10:00 - 11:00 |
|
| <a href="../../ng-module/index.html" target="_blank">Angular Modules</a> & <a href="../../ng-components/index.html" target="_blank">Angular</a> <br> <a href="../../ng-components/index.html" target="_blank">Components</a> with <a href="../../exercises/index.html#/1" target="_blank">exercise</a> | 11:15 - 12:15 | Alex
| <a href="../../ng-data-binding/index.html" target="_blank">Angular Data Binding</a> with <br> <a href="../../exercises/index.html#/2" target="_blank">Input</a> and <a href="../../exercises/index.html#/3" target="_blank">Output</a> exercise| 12:15 - 13:00 | Arnold
|
| Exercise Discussion & Quiz | 15:00 - 15:30
</textarea>
</section>
<section data-markdown>
<textarea data-template>
| Day 2 | Times | |
| :---------------- |:---- |:----
| Exercise Discussion | 9:00 - 10:00
| <a href="../../promises-to-observables/index.html" target="_blank">Promises and Observables</a> | 10:00 - 11:15 | Arnold
|
| <a href="../../ng-services/index.html" target="_blank">Angular Services</a> with <a href="../../exercises/index.html#/4" target="_blank">exercise</a> | 11:30 - 12:15 | Alex
| <a href="../../ng-http/index.html" target="_blank">Angular Http</a> with <a href="../../exercises/index.html#/5" target="_blank">exercise</a> | 12:15 - 13:00 |
|
| Exercise Discussion & Quiz | 15:00 - 15:30
</textarea>
</section>
<section data-markdown>
<textarea data-template>
| Day 3 | Times | |
| :---------------- |:---- |:----
| Exercise Discussion | 9:00 - 10:00
| <a href="../../testing/index.html" target="_blank">Isolated Unit Testing</a> with <a href="../../exercises/testing.html" target="_blank">exercise</a> | 10:00 - 10:30 | Alex
| <a href="../../ng-router/index.html" target="_blank">Angular Router</a> with <a href="../../exercises/index.html#/6" target="_blank">exercise</a> | 10:30 - 11:00 |
|
| <a href="../../ng-forms/index.html" target="_blank">Angular Forms</a> with <a href="../../exercises/index.html#/7" target="_blank">exercise</a> | 11:15 - 13:00 | Arnold
|
| Exercise Discussion & Quiz | 15:00 - 15:30 |
</textarea>
</section>
<section data-markdown>
<textarea data-template>
| Day 4 | Times | |
| :---------------- |:---- |:----
| Exercise Discussion | 9:00 - 10:00
| <a href="../../ngrx/intro.html" target="_blank">ngrx intro</a> with <a href="../../exercises/ngrx.html#/0" target="_blank">exercise 1</a> | 10:00 - 11:30 | Arnold
|
| <a href="../../ng-material/index.html" target="_blank">Angular Material</a> | 11:45 - 12:15 | Alex
| <a href="../../e2e-cypress/index.html" target="_blank">E2E Testing: Cypress</a> (optional) | 12:15 - 13:00 |
|
| Exercise Discussion & Quiz | 15:00 - 15:30
</textarea>
</section>
<section data-markdown>
<textarea data-template>
| Day 5 | Times | |
| :---------------- |:---- |:----
| Exercise Discussion | 9:00 - 10:00
| <a href="../../testing/index.html#/16" target="_blank">Angular Unit Testing Utilities</a> with <a href="../../exercises/testing.html#/1" target="_blank">exercise</a> | 10:00 - 11:00 | Alex
|
| <a href="../../nx-workspace/index.html" target="_blank">Project Setup</a> | 11:15 - 11:45 | Arnold
| Feedback session | 11:45 - 12:00 | Alex
| <a href="../../ngrx-forms/index.html" target="_blank">NGRX-Forms</a> (optional) | 12:00 - 13:00 | Arnold
|
| Exercise Discussion & Quiz | 15:00 - 15:30
</textarea>
</section>
</div>

</div>
<script src="../../node_modules/reveal.js/js/reveal.js"></script>
<script src="../../ng-advanced/common/reveal-config.js"></script>

<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({ ...revealConfig, width: "100%", height: "100%" });
</script>

</body>

</html>

0 comments on commit 39effa6

Please sign in to comment.