Skip to content

Commit

Permalink
fix(popover): fix DOCUMENT import error (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerkay authored Jan 13, 2020
1 parent f0f0080 commit 1e15f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popover/popover.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { takeUntil } from 'rxjs/operators';
import { helpers } from '../util';
import { popoverUpperOverlayOptions } from './popover.options';
import { ViewportRuler } from '@angular/cdk/scrolling';
import { DOCUMENT } from '@angular/platform-browser';
import { DOCUMENT } from '@angular/common';
import { Platform } from '@angular/cdk/platform';
import {
FlexibleConnectedPositionStrategy,
Expand Down

0 comments on commit 1e15f6c

Please sign in to comment.