Writing resilient Angular Component tests (that use HttpResource) with HttpTestingController
What if I told you that after all this time, we've been writing Angular Component tests wrong? In this post I will show you the benefit of HttpTestingController to test Angular components that consume a backend API.