/angular-service-test-http

A repo to go along with a blog post showing how to test a basic Angular HTTP service

Primary LanguageHTML

How to Unit Test an HTTP Service in Angular

This repository shows you how to test an HTTP Service in Angular. There are two branches:

  • starting - a starting point for you to use as you follow along with the accompaning article on my blog (found below)
  • completed_tests - a snapshot of the completed test cases. Use this as a reference if you get stuck!

Read the tutorial article here: