Skip to content

Commit 2bd53eb

Browse files
Update integration module to avoid ng bc (#1371)
1 parent 8fe239c commit 2bd53eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/devextreme-angular/src/core/integration.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/* tslint:disable:max-line-length */
22
import { NgModule, Inject, NgZone, Optional, VERSION } from '@angular/core';
3-
import { XhrFactory } from '@angular/common/http';
3+
import { DOCUMENT, XhrFactory } from '@angular/common';
44
import httpRequest from 'devextreme/core/http_request';
5-
import { DOCUMENT } from '@angular/common';
65

76
import domAdapter from 'devextreme/core/dom_adapter';
87
import readyCallbacks from 'devextreme/core/utils/ready_callbacks';

0 commit comments

Comments
 (0)