An open API service indexing awesome lists of open source software.

https://github.com/haasstefan/pokemon-search

Demo app showcasing the usage of Angular signals
https://github.com/haasstefan/pokemon-search

angular rxjs signals

Last synced: over 1 year ago
JSON representation

Demo app showcasing the usage of Angular signals

Awesome Lists containing this project

README

          

# NG Journal - Pokemon Search
## Angular Signals and RxJS-Interoperability

### Setup

1. `npm install`
1. `nx serve -o` (serves the Angular app)

![Bildschirm­foto 2023-08-31 um 21 36 27](https://github.com/HaasStefan/pokemon-search/assets/29503005/da487229-c50c-4693-8429-6d11cf6ab2ce)

### Resources

#### [Signals and the RxJS-Interop](https://ng-journal.com/blog/2023-04-25-signals-and-the-rxjs-interop/)