On the journey of making Angular inputs reactive

Background If you have been using Angular for some time, you must know that many core functionalities are coupled with RxJS. Whether this is good or not is the subject of another post. Yet, it is clearly inconvenient when some other core feature does not play well with RxJS. One of the most notable examples is @Input. It is arguably one of the fundamental parts of the framework. Still, there is no way to turn these properties into observables....

January 2, 2023 · 7 min · Daniel