Skip to content

Commit 50f14f0

Browse files
authored
Merge pull request #149 from cal-smith/master
fix broken 1.8.2 release!
2 parents e6c9efc + ad46b13 commit 50f14f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dialog/dialog.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ import {
1717
merge
1818
} from "rxjs";
1919
import { throttleTime } from "rxjs/operators";
20-
import position from "../utils/position";
20+
// the AbsolutePosition is required to import the declaration correctly
21+
import position, { AbsolutePosition } from "./../utils/position";
2122
import { cycleTabs } from "./../common/tab.service";
2223
import { DialogConfig } from "./dialog-config.interface";
2324

0 commit comments

Comments
 (0)