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.
2 parents e6c9efc + ad46b13 commit 50f14f0Copy full SHA for 50f14f0
src/dialog/dialog.component.ts
@@ -17,7 +17,8 @@ import {
17
merge
18
} from "rxjs";
19
import { throttleTime } from "rxjs/operators";
20
-import position from "../utils/position";
+// the AbsolutePosition is required to import the declaration correctly
21
+import position, { AbsolutePosition } from "./../utils/position";
22
import { cycleTabs } from "./../common/tab.service";
23
import { DialogConfig } from "./dialog-config.interface";
24
0 commit comments