We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9538a20 commit d9b62edCopy full SHA for d9b62ed
src/observable/dom/AjaxObservable.ts
@@ -4,7 +4,7 @@ import { errorObject } from '../../util/errorObject';
4
import { Observable } from '../../Observable';
5
import { Subscriber } from '../../Subscriber';
6
import { TeardownLogic } from '../../Subscription';
7
-import { map } from '../../operators';
+import { map } from '../../operators/map';
8
9
export interface AjaxRequest {
10
url?: string;
0 commit comments