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
- Host: GitHub
- URL: https://github.com/berasumitdev/angular-color-event-emitter
- Owner: berasumitdev
- Created: 2025-02-02T04:27:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T04:27:12.000Z (over 1 year ago)
- Last Synced: 2025-05-21T06:40:06.255Z (about 1 year ago)
- Language: TypeScript
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)