Closed raykin closed 7 years ago
If you are using RxJs operators you need to import them:
import 'rxjs/add/operator/do';
@gund sorry for the dumb question. it works. thanks. I've just upgrade from angularjs to angular, need more time to research on rxjs
I follow the example code on ionic2 projection. The request interceptor works but response interceptor failed. I looks an API change bug. Here is my libs env.