You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library's .delete() function takes RequestOptions as the first parameter, however, the interface is missing the body property which you are able to include when making a delete request via Angular HTTP client. The request options interface should be updated to support body.
Library's
.delete()
function takesRequestOptions
as the first parameter, however, the interface is missing thebody
property which you are able to include when making a delete request via Angular HTTP client. The request options interface should be updated to supportbody
.Current library interface:
Angular's interface:
The text was updated successfully, but these errors were encountered: