feat(xhr): use http Angular2 requests #455
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Creating plain XHR request causing problems with CSRF tokens. All default request headers are propagated by POST, GET or other method while in this component we need to manually add headers.
Is there any chance that you implement this component that it will be using ng2 requests?
I think that request part should be a separate service
added via provide