Angular components
shape
AppModule
), which is responsible for bootstrapping and launching the application. HttpClient
module, which is part of Angular's @angular/common/http
package. The HttpClient
provides a simplified API for making HTTP requests such as GET
, POST
, PUT
, DELETE
, etc., and returns Observables that you can subscribe to for handling the asynchronous data.