Skip to content

Commit

Permalink
fixup! fix(common): temporarily re-export and deprecate XhrFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Mar 31, 2021
1 parent f625e20 commit f69734e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import {HttpBackend, XhrFactory} from '@angular/common/http';
import {XhrFactory} from '@angular/common';
import {HttpBackend} from '@angular/common/http';
import {ModuleWithProviders, NgModule, Type} from '@angular/core';

import {httpClientInMemBackendServiceFactory} from './http-client-in-memory-web-api-module';
Expand Down

0 comments on commit f69734e

Please sign in to comment.