An open API service indexing awesome lists of open source software.

https://github.com/luismendes070/patch

patch xml
https://github.com/luismendes070/patch

2023 angular patch

Last synced: 11 months ago
JSON representation

patch xml

Awesome Lists containing this project

README

          

# patch

XmlService.ts

// Angular HTTP API | Part 27 - Sending PATCH Request 2 https://youtu.be/if90tYBdCsg
patchUser(course:Course): Observable{
return this.http.patch('${this.apiUrl}/courses/id/${courses.id}', course);
}