File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,8 @@ export function getMatIconNameNotFoundError(iconName: string): Error {
3939 */
4040export function getMatIconNoHttpProviderError ( ) : Error {
4141 return Error (
42- 'Could not find HttpClient provider for use with Angular Material icons. ' +
43- 'Please include the HttpClientModule from @angular/common/http in your ' +
44- 'app imports.' ,
42+ 'Could not find HttpClient for use with Angular Material icons. ' +
43+ 'Please add provideHttpClient() to your providers.' ,
4544 ) ;
4645}
4746
Original file line number Diff line number Diff line change 11import { wrappedErrorMessage } from '@angular/cdk/testing/private' ;
2+ import { HttpClientModule } from '@angular/common/http' ;
23import {
34 HttpClientTestingModule ,
45 HttpTestingController ,
You can’t perform that action at this time.
0 commit comments