Testing Angular Service with Observables
Learn how to test a method that returns an Observable data
Sep 28, 20215 min read321

Search for a command to run...
Series
In this series, I will go over basics of writing tests for Angular based application artifacts
Learn how to test a method that returns an Observable data

Don't create your own object to mock the dependency, use jasmine

How to test Angular services that make Http calls

Microtask and macrotask queues

Correctly set up your test and check the html output value

Use jasmine spy and the RouterTestingModule
