refactor(common): CleanUp HttpClient's imports (#18120)

PR Close #18120
This commit is contained in:
WilliamKoza
2017-07-14 12:55:45 +02:00
committed by Miško Hevery
parent a3a54299af
commit b4c98305da
5 changed files with 6 additions and 10 deletions

View File

@ -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 {
}
}