Skip to content

Commit 1da5c2f

Browse files
committed
Merge branch 'gh-pages' of https://github.com/devonfw-training/devon4ng-training into gh-pages
2 parents f9eab5f + 4453841 commit 1da5c2f

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

ng-material/index.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ <h2>Summary</h2>
9595
<li>
9696
Angular Material offers UI Components based on Material Design Spec. Theming gives the devloper the abilityy to change aspects of UI like color and typography
9797
</li>
98+
<li>
99+
Form field is a component used to wrap several Angular Material components and apply common Text field styles. Creation of custom form fields also possible.
100+
</li>
98101
</ul>
99102
<p class="hint center">Live Code Examples & Backup slides below</p>
100103
</section>
@@ -106,11 +109,13 @@ <h2>Live Code Examples</h2>
106109
</section>
107110
<section id="backup" data-visibility="uncounted">
108111
<h2>Backup slides</h2>
109-
<p>Following slides are not subject of the lecture.<br>Ask trainers in case of questions.</p>
112+
<!-- <p>Following slides are not subject of the lecture.<br>Ask trainers in case of questions.</p> -->
110113
</section>
111114
<section data-visibility="uncounted">
112115
<h2>Bookmarks</h2>
113-
<p>XMLHttpRequest on Wikipedia: <a href="https://de.wikipedia.org/wiki/XMLHttpRequest">XMLHttpRequest</a></p>
116+
<p><a href="https://material.angular.io/" target="_blank">Angular Material Docs</a></p>
117+
<p><a href="https://material.io/" target="_blank">Material Design Docs</a></p>
118+
<p><a href="https://material.angular.io/guide/creating-a-custom-form-field-control" target="_blank">Creating a custom form field control</a></p>
114119
</section>
115120
</section>
116121
</div>

platform/platform.html

+18-8
Original file line numberDiff line numberDiff line change
@@ -587,13 +587,10 @@ <h1>Questions?</h1>
587587
<h2>Summary</h2>
588588
<ul>
589589
<li>
590-
First ...<br>
591-
<ul class="ul-small">
592-
<li>First detail...</li>
593-
<li>Another detail ...</li>
594-
</ul>
590+
A progressive web app (PWA) is an app that's built using web platform technologies, but that provides a user experience like that of a platform-specific app. <br>
595591
</li>
596-
<li>Second ..</li>
592+
<li>A service worker can be used for caching, background syncting and push Notifications</li>
593+
<li>PWAs can use storage technologies like localStorage, sessionStorage, IndexedDB or WebSQL</li>
597594
</ul>
598595
<p class="hint center">Live Code Examples & Backup slides below</p>
599596
</section>
@@ -606,8 +603,21 @@ <h2>Backup slides</h2>
606603
</section>
607604
<section data-visibility="uncounted">
608605
<h2>Bookmarks</h2>
609-
<p>Progressive Web Apps in 2021 <a href="https://firt.dev/pwa-2021/">Progressive Web Apps in 2021</a></p>
610-
<p>Storage fror the web <a href="https://web.dev/articles/storage-for-the-web">Storage for the web</a></p>
606+
<p><a href="https://firt.dev/pwa-2021/" target="_blank">Progressive Web Apps in 2021</a></p>
607+
<p><a href="https://web.dev/articles/storage-for-the-web" target="_blank">Storage for the web</a></p>
608+
<p><a href="https://aurelia.io/" target="_blank">Aurelia</a></p>
609+
<p><a href="https://emberjs.com/" target="_blank">EmberJS</a></p>
610+
<p><a href="https://backbonejs.org/" target="_blank">Backbone.js</a></p>
611+
<p><a href="https://d3js.org/" target="_blank">D3JS</a></p>
612+
<p><a href="https://lit.dev/" target="_blank">Lit</a></p>
613+
<p><a href="https://medium.com/poka-techblog/turn-your-angular-app-into-a-pwa-in-4-easy-steps-543510a9b626" target="_blank">Angular App to PWA</a></p>
614+
<p><a href="https://cordova.apache.org/" target="_blank">Apache Cordova</a></p>
615+
<p><a href="https://capacitorjs.com/" target="_blank">Capacitor</a></p>
616+
<p><a href="https://developer.apple.com/documentation/webkit/wkwebview" target="_blank">WKWebView</a></p>
617+
<p><a href="https://code.nasa.gov/#/" target="_blank">NASA Code</a></p>
618+
<p><a href="https://web.dev/learn/pwa/architecture/" target="_blank">PWA Architecture</a></p>
619+
<p><a href="https://www.w3schools.com/jsref/obj_navigator.asp" target="_blank">Window Navigator</a></p>
620+
<p><a href="https://jakearchibald.com/2015/tasks-microtasks-queues-and-schedules/" target="_blank">Tasks, microtasks, queues and schedules</a></p>
611621
</section>
612622
</section>
613623
</div>

0 commit comments

Comments
 (0)