JP's programming blog

JP's programming blog

Follow
homebadges

Dealing with "stubborn" web components in Angular

Mar 19, 20213 min read

Web components are great, and one of the things making them great is that they are sealed packages the innards of which you do not need to know....

Dealing with "stubborn" web components in Angular

Angular component inputs as RxJS Observable

Mar 5, 20212 min read

Did you ever get the impression that Angular's integration with RxJS was somewhat half-baked? One of my gripes is that Angular encourages developers...

Angular component inputs as RxJS Observable