-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c54d5d4
commit 6f9e873
Showing
11 changed files
with
31 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,6 @@ js/reveal.min.js | |
/.idea/uiDesigner.xml | ||
.idea/libraries/ | ||
.idea/artifacts/ | ||
*.iml | ||
*.log | ||
.idea |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# Angular Workshop - Slides | ||
|
||
- Die Präsentation wurde mit [reveal.js](http://lab.hakim.se/reveal-js/) erstellt. | ||
- Die Dokumentation zur reveal.js findet man direkt auf Github: [Doku](https://github.com/hakimel/reveal.js) | ||
- Durch die Folien kann mit den Pfeiltasten navigiert werden. | ||
- Die beste User Experience erreicht man mit Google Chrome | ||
- "F" springt in den FullScreen Modus, mit ESC verlassen | ||
- "O" zeigt einen Overview über alle Slides, mit ESC verlassen | ||
- mit CTRL+P erhält man eine für den Druck optimierte Seite. Diese kann auch als PDF gespeichert werden. (Dieses Feature ist nur lokal mit einem Dev Server möglich) | ||
- Bei Fehlern oder Fragen: Issue oder Pull Request erstellen | ||
- The presentation is created with [reveal.js](http://lab.hakim.se/reveal-js/). | ||
- You can find the documentation here: [Doku](https://github.com/hakimel/reveal.js) | ||
- THe slides are navigatable with the arrows on your keyboard | ||
- Google Chrome offers the best user experience | ||
- "F" jumps to fullscreen mode, exit with ESC | ||
- "O" shows an overview of all slides, exit with ESC | ||
- CTRL + P offers a view which is perfect for printing. You can also print those as pdfs, but you need to have the dev server running locally to use this feature | ||
- You found an error or have a question? Open a pull request of fill an issue | ||
|
||
## Inhalt | ||
- [01 Intro](https://baloise.github.io/ws-angular_slides/slides/01_Intro.html) | ||
- [02 Grundlagen](https://baloise.github.io/ws-angular_slides/slides/02_Grundlagen.html) | ||
- [03 Projekt Setup](https://baloise.github.io/ws-angular_slides/slides/03_ProjectSetup.html) | ||
- [02 Basiscs](https://baloise.github.io/ws-angular_slides/slides/02_Basics.html) | ||
- [03 Project Setup](https://baloise.github.io/ws-angular_slides/slides/03_ProjectSetup.html) | ||
- [04 Components](https://baloise.github.io/ws-angular_slides/slides/04_Components.html) | ||
- [05 Architecture](https://baloise.github.io/ws-angular_slides/slides/05_Architecture.html) | ||
- [06 Templates Grundlagen](https://baloise.github.io/ws-angular_slides/slides/06_Templates_Grundlagen.html) | ||
- [07 Templates Erweitert](https://baloise.github.io/ws-angular_slides/slides/07_Templates_Erweitert.html) | ||
- [06 Templates Basics](https://baloise.github.io/ws-angular_slides/slides/06_Templates_Basics.html) | ||
- [07 Templates Advanced](https://baloise.github.io/ws-angular_slides/slides/07_Templates_Advanced.html) | ||
- [08 Component Architecture](https://baloise.github.io/ws-angular_slides/slides/08_Component_Architecture.html) | ||
- [09 Services & HTTP](https://baloise.github.io/ws-angular_slides/slides/09_Services_HTTP.html) | ||
- [10 Routing](https://baloise.github.io/ws-angular_slides/slides/10_Routing.html) | ||
- [11 Forms](https://baloise.github.io/ws-angular_slides/slides/11_Forms.html) | ||
- [12 Testing](https://baloise.github.io/ws-angular_slides/slides/12_Testing.html) | ||
- [13 Weiteres](https://baloise.github.io/ws-angular_slides/slides/13_WeiterfuehrendeThemen.html) | ||
- [13 Additional](https://baloise.github.io/ws-angular_slides/slides/13_AdditionalTopics.html) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<p><a href="slides/01_Intro.html">01 Intro</a></p> | ||
<p><a href="slides/02_Grundlagen.html">02 Grundlagen</a></p> | ||
<p><a href="slides/03_ProjectSetup.html">03 Projekt Setup</a></p> | ||
<p><a href="slides/02_Basics.html">02 Basics</a></p> | ||
<p><a href="slides/03_ProjectSetup.html">03 Project Setup</a></p> | ||
<p><a href="slides/04_Components.html">04 Components</a></p> | ||
<p><a href="slides/05_Architecture.html">05 Architecture</a></p> | ||
<p><a href="slides/06_Templates_Grundlagen.html">06 Templates Grundlagen</a></p> | ||
<p><a href="slides/07_Templates_Erweitert.html">07 Templates Erweitert</a></p> | ||
<p><a href="slides/06_Templates_Basics.html">06 Templates Basics</a></p> | ||
<p><a href="slides/07_Templates_Advanced.html">07 Templates Advanced</a></p> | ||
<p><a href="slides/08_Component_Architecture.html">08 Component Architecture</a></p> | ||
<p><a href="slides/09_Services_HTTP.html">09 Services & HTTP</a></p> | ||
<p><a href="slides/10_Routing.html">10 Routing</a></p> | ||
<p><a href="slides/11_Forms.html">11 Forms</a></p> | ||
<p><a href="slides/12_Testing.html">12 Testing</a></p> | ||
<p><a href="slides/13_WeiterfuehrendeThemen.html">13 Weiterfuehrende Themen</a></p> | ||
<p><a href="slides/13_AdditionalTopics.html">13 Additional Topics</a></p> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.