https://github.com/angular-buch/book-monkey6
🐵📕 Liste aller Demo-Projekte zum Buch (5. Auflage) – Hier finden Sie alle Zwischenstände des BookMonkey 6
https://github.com/angular-buch/book-monkey6
angular rxjs signals
Last synced: 10 months ago
JSON representation
🐵📕 Liste aller Demo-Projekte zum Buch (5. Auflage) – Hier finden Sie alle Zwischenstände des BookMonkey 6
- Host: GitHub
- URL: https://github.com/angular-buch/book-monkey6
- Owner: angular-buch
- Created: 2025-02-04T08:44:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-20T16:08:12.000Z (10 months ago)
- Last Synced: 2025-08-20T18:32:48.142Z (10 months ago)
- Topics: angular, rxjs, signals
- Language: TypeScript
- Homepage: https://bm6.angular-buch.com/
- Size: 11.6 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookMonkey 6

Auf dieser Seite finden Sie alle Ressourcen rund um das Beispielprojekt BookMonkey aus dem Angular-Buch. Neben einer Live-Demo können Sie die Änderungen am Quellcode mit unserer Differenzansicht nachvollziehen.
**Alle Infos zum Buch finden Sie auf unserer Website:**
[https://angular-buch.com](https://angular-buch.com)
Hier finden Sie eine Übersicht aller Entwicklungsstufen des BookMonkey-Projekts. Jede Stufe zeigt die schrittweisen Änderungen im Code, sodass Sie die Entwicklung der Anwendung nachvollziehen können. Sie können sich ebenso den Quellcode und eine Live-Demo der einzelnen Entwicklungsstufen ansehen.
| Projekt | Verweise | Kapitel im Buch |
|---------|----------|----------------|
| **01-components** | [Demo](https://bm6.angular-buch.com/01-components/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/01-components)
[Diff](https://bm6.angular-buch.com/diffs/01-components.html) | Kapitel -1 (Seite -1)
_Komponenten: die Grundbausteine der Anwendung_ |
| **02-inputs** | [Demo](https://bm6.angular-buch.com/02-inputs/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/02-inputs)
[Diff](https://bm6.angular-buch.com/diffs/02-inputs.html) | Kapitel -1 (Seite -1)
_TODO_ |
| **03-outputs** | [Demo](https://bm6.angular-buch.com/03-outputs/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/03-outputs)
[Diff](https://bm6.angular-buch.com/diffs/03-outputs.html) | Kapitel -1 (Seite -1)
_TODO_ |
| **04-services** | [Demo](https://bm6.angular-buch.com/04-services/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/04-services)
[Diff](https://bm6.angular-buch.com/diffs/04-services.html) | Kapitel -1 (Seite -1)
_Dependency Injection: Code in Services auslagern_ |
| **05-filter** | [Demo](https://bm6.angular-buch.com/05-filter/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/05-filter)
[Diff](https://bm6.angular-buch.com/diffs/05-filter.html) | Kapitel -1 (Seite -1)
_TODO_ |
| **06-routing** | [Demo](https://bm6.angular-buch.com/06-routing/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/06-routing)
[Diff](https://bm6.angular-buch.com/diffs/06-routing.html) | Kapitel -1 (Seite -1)
_Routing: durch die Anwendung navigieren_ |
| **07-inputparams** | [Demo](https://bm6.angular-buch.com/07-inputparams/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/07-inputparams)
[Diff](https://bm6.angular-buch.com/diffs/07-inputparams.html) | Kapitel -1 (Seite -1)
_TODO_ |
| **08-http** | [Demo](https://bm6.angular-buch.com/08-http/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/08-http)
[Diff](https://bm6.angular-buch.com/diffs/08-http.html) | Kapitel -1 (Seite -1)
_HTTP-Kommunikation: ein Server-Backend anbinden_ |
| **09-resource** | [Demo](https://bm6.angular-buch.com/09-resource/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/09-resource)
[Diff](https://bm6.angular-buch.com/diffs/09-resource.html) | Kapitel -1 (Seite -1)
_TODO_ |
| **10-pipes** | [Demo](https://bm6.angular-buch.com/10-pipes/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/10-pipes)
[Diff](https://bm6.angular-buch.com/diffs/10-pipes.html) | Kapitel -1 (Seite -1)
_Pipes: Daten im Template formatieren_ |
| **11-forms** | [Demo](https://bm6.angular-buch.com/11-forms/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/11-forms)
[Diff](https://bm6.angular-buch.com/diffs/11-forms.html) | Kapitel -1 (Seite -1)
_TODO_ |
| **12-validation** | [Demo](https://bm6.angular-buch.com/12-validation/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/12-validation)
[Diff](https://bm6.angular-buch.com/diffs/12-validation.html) | Kapitel -1 (Seite -1)
_TODO_ |
| **12a-validation-sf** | [Demo](https://bm6.angular-buch.com/12a-validation-sf/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/12a-validation-sf)
[Diff](https://bm6.angular-buch.com/diffs/12a-validation-sf.html) | Kapitel -1 (Seite -1)
_TODO_ |
| **13-search** | [Demo](https://bm6.angular-buch.com/13-search/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/13-search)
[Diff](https://bm6.angular-buch.com/diffs/13-search.html) | Kapitel -1 (Seite -1)
_TODO_ |
| **14-lazyloading** | [Demo](https://bm6.angular-buch.com/14-lazyloading/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/14-lazyloading)
[Diff](https://bm6.angular-buch.com/diffs/14-lazyloading.html) | Kapitel -1 (Seite -1)
_Lazy Loading: Code asynchron laden_ |
| **15-rxjs** | [Demo](https://bm6.angular-buch.com/15-rxjs/)
[Code auf GitHub](https://github.com/angular-buch/book-monkey6/tree/main/15-rxjs)
[Diff](https://bm6.angular-buch.com/diffs/15-rxjs.html) | Kapitel -1 (Seite -1)
_Reaktive Programmierung mit RxJS_ |
[→ Zur Liste mit allen Differenzansichten](https://bm6.angular-buch.com/diffs/)
## BookMonkey 6 API
Als zentrale Datenquelle dient uns die BookMonkey 6 API. Auch für diese HTTP-Schnittstelle stellen wir den Quelltext bereit:
- [Oberfläche](https://api6.angular-buch.com)
- [Quelltext auf GitHub](https://github.com/angular-buch/api6)
## BookMonkey 6 Styles
Der BookMonkey verwendet vorbereitete Stylesheets. Den Quelltext stellen wir hier bereit:
- [Quelltext auf GitHub](https://github.com/angular-buch/styles)
## ⚠️ Achtung: 5. Auflage
Dies ist das Beispielprojekt für das Angular-Buch der 5. Auflage! Falls Sie eine andere Auflage des Buchs besitzen, finden Sie den Beispielcode in folgenden anderen Repositorys:
- [1. Auflage (2017): `book-monkey2`](https://github.com/angular-buch/book-monkey2)
- [2. Auflage (2019): `book-monkey3`](https://github.com/angular-buch/book-monkey3)
- [3. Auflage (2020): `book-monkey4`](https://github.com/angular-buch/book-monkey4)
- [4. Auflage (2023): `book-monkey5`](https://github.com/angular-buch/book-monkey5)
---
## Fehler gefunden oder Fragen?
Sie haben einen Fehler entdeckt oder haben Fragen und Anregungen zum Buch?
Bitte schreiben Sie uns: [team@angular-buch.com](mailto:team@angular-buch.com)
**Angular-Buch-Team** | **Ferdinand Malcher, Danny Koppenhagen, Johannes Hoppe**
[Impressum](https://angular-buch.com/impressum) | [Datenschutz](https://angular-buch.com/datenschutz)