Skip to content

Commit

Permalink
Merge pull request #149 from cal-smith/master
Browse files Browse the repository at this point in the history
fix broken 1.8.2 release!
  • Loading branch information
zvonimirfras authored Oct 2, 2018
2 parents e6c9efc + ad46b13 commit 50f14f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dialog/dialog.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import {
merge
} from "rxjs";
import { throttleTime } from "rxjs/operators";
import position from "../utils/position";
// the AbsolutePosition is required to import the declaration correctly
import position, { AbsolutePosition } from "./../utils/position";
import { cycleTabs } from "./../common/tab.service";
import { DialogConfig } from "./dialog-config.interface";

Expand Down

0 comments on commit 50f14f0

Please sign in to comment.