HttpClientModule Angular 18
I’m doing a project in Angular 18, I want to use the httpClientModule
but it tells me that it is deprecated when I want to import it directly into a component. Likewise, when I want to import the httpClient
within the imports of the same component it tells me component imports must be standalone components, directives, pipes, or must be NgModules.