Tagged in

Angular2

Sparkles Blog
Sparkles Blog
Followers
38
More, on Medium

Angular Testing Snippets: HTTP

Fake HTTP Responses from MockBackend

Angular comes with a thoroughly-designed HTTP Client that allows frontend apps to be cleanly decoupled from backends. A natural question is: can we run unit tests for our application with…