'Restangular equivalent in Angular [closed]
I am looking into migrating our application from angularjs (1.6.x) to modern Angular.
One thing I am not finding is a recommended replacement for Restangular (I am most interested in the generic response interceptor feature, where all my application's REST requests could hook into some base response handlers, along with specific ones).
I am curious if others have found something, or if Angular's HttpClient itself accomplishes the same goals now.
Solution 1:[1]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | theruslanusmanov |