https://github.com/luismendes070/patch
patch xml
https://github.com/luismendes070/patch
2023 angular patch
Last synced: 11 months ago
JSON representation
patch xml
- Host: GitHub
- URL: https://github.com/luismendes070/patch
- Owner: luismendes070
- License: apache-2.0
- Created: 2023-09-03T21:31:15.000Z (almost 3 years ago)
- Default Branch: patch
- Last Pushed: 2023-09-03T22:01:54.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T07:11:53.135Z (over 1 year ago)
- Topics: 2023, angular, patch
- Homepage:
- Size: 46.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
}