Replace deprecated HttpClientTestingModule
with new providers provideHttpClient()
and provideHttpClientTesting()
#9052
Labels
HttpClientTestingModule
is deprecated and should be replaced with the following twoproviders
provideHttpClient()
provideHttpClientTesting()
There are around 150 occurrences that need to be migrated
A working example can be seen on
learning-path-lecture-unit.component.spec.ts
The text was updated successfully, but these errors were encountered: