refactor(common): CleanUp HttpClient's imports (#18120)
PR Close #18120
This commit is contained in:

committed by
Miško Hevery

parent
a3a54299af
commit
b4c98305da
@ -6,7 +6,7 @@
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
*/
|
||||
|
||||
import {Inject, ModuleWithProviders, NgModule, Optional, forwardRef} from '@angular/core';
|
||||
import {Inject, ModuleWithProviders, NgModule, Optional} from '@angular/core';
|
||||
|
||||
import {HttpBackend, HttpHandler} from './backend';
|
||||
import {HttpClient} from './client';
|
||||
@ -150,4 +150,4 @@ export class HttpClientModule {
|
||||
],
|
||||
})
|
||||
export class HttpClientJsonpModule {
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user