Skip to content

Commit

Permalink
fix: DOCUMENT moved to @angular/common
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Leibiger committed Mar 31, 2018
1 parent 0e67e30 commit 7d37053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/datetimepicker/datetimepicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
MatDialog,
MatDialogRef
} from "@angular/material/dialog";
import { DOCUMENT } from "@angular/platform-browser";
import { DOCUMENT } from "@angular/common";
import { first } from "rxjs/operators/first";
import { Subject } from "rxjs/Subject";
import { Subscription } from "rxjs/Subscription";
Expand Down

0 comments on commit 7d37053

Please sign in to comment.