refactor(common): remove `XhrFactory` re-export from `@angular/common/http` (#41370)

This was only done temporary to allow migration in Google3. The removal breaking change message has already been included in #41313

PR Close #41370
This commit is contained in:
Alan Agius 2021-03-30 10:43:07 +02:00 committed by Alex Rickabaugh
parent 31370f4103
commit c4628f29be
1 changed files with 0 additions and 4 deletions

View File

@ -6,10 +6,6 @@
* found in the LICENSE file at https://angular.io/license * found in the LICENSE file at https://angular.io/license
*/ */
// TODO(alan-agius4): remove this export once migration has been done in Google3. (Should happen
// prior to V12 RC).
export {XhrFactory} from '@angular/common';
export {HttpBackend, HttpHandler} from './src/backend'; export {HttpBackend, HttpHandler} from './src/backend';
export {HttpClient} from './src/client'; export {HttpClient} from './src/client';
export {HttpContext, HttpContextToken} from './src/context'; export {HttpContext, HttpContextToken} from './src/context';