angular-rxjs-child
angular-rxjs-child copied to clipboard
Several techniques of working with RxJS in child components. Created with StackBlitz ⚡️
angular-rxjs-child-deborahk
Demonstrates several techniques for working with RxJS in child components.
- Passing the Observable as an input property and using onPush change detection.
- Passing the value of the Observable as an input property and using onPush change detection.