Skip to content

Commit

Permalink
fix(dialog): dialog importing the wrong path when compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
cal-smith committed Oct 2, 2018
1 parent 8174acf commit 5815427
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 5815427

Please sign in to comment.