ngx-restangular
ngx-restangular copied to clipboard
Setting request timeout does not take effect
code:
this.restangular.one("source").withHttpConfig({timeout: 5000});
The request is more than 5 seconds and there is no callback in the error interceptor.