angular / in-memory-web-api

The code for this project has moved to the angular/angular repo. This repo is now archived.
MIT License
1.18k stars 232 forks source link

Compile Time TypeError Fix #155

Closed LukeWood closed 6 years ago

LukeWood commented 6 years ago

Looks like during a refactor the return type for http.get in getHero was messed up - this fixes it.

googlebot commented 6 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


LukeWood commented 6 years ago

I signed it!

googlebot commented 6 years ago

CLAs look good, thanks!

wardbell commented 6 years ago

Thanks