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
- Host: GitHub
- URL: https://github.com/haasstefan/pokemon-search
- Owner: HaasStefan
- Created: 2023-08-31T19:35:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T07:12:49.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T10:51:05.605Z (over 1 year ago)
- Topics: angular, rxjs, signals
- Language: TypeScript
- Homepage: https://ng-journal.com
- Size: 176 KB
- Stars: 19
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

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