AngularJs: $resource vs $http
on July 24, 2015
with 3 Comments
A few months back we started using TypeScript in our current project (yay, great productivity boost and bug-catcher!). We used $resource for our HTTP-requests and found ourselfs in a pickle when it came to defining them in TypeScript. This was … Read More