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

https://github.com/berasumitdev/angular-color-event-emitter

Angular + RXJS
https://github.com/berasumitdev/angular-color-event-emitter

Last synced: about 1 year ago
JSON representation

Angular + RXJS

Awesome Lists containing this project

README

          

This is a simple Angular 16 project where a **Color Picker Component** updates the background color of a **Color Display Component** in real time using a shared service.

- Independent components (no parent-child relationship)
- Real-time color change using RxJS `BehaviorSubject`
- Simple and lightweight implementation
- Angular 16
- RxJS (Reactive Programming)