8000 fix(popover): fix DOCUMENT import error (#496) · atinc/ngx-tethys@1e15f6c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1e15f6c

Browse files
authored
fix(popover): fix DOCUMENT import error (#496)
1 parent f0f0080 commit 1e15f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popover/popover.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { takeUntil } from 'rxjs/operators';
2929
import { helpers } from '../util';
3030
import { popoverUpperOverlayOptions } from './popover.options';
3131
import { ViewportRuler } from '@angular/cdk/scrolling';
32-
import { DOCUMENT } from '@angular/platform-browser';
32+
import { DOCUMENT } from '@angular/common';
3333
import { Platform } from '@angular/cdk/platform';
3434
import {
3535
FlexibleConnectedPositionStrategy,

0 commit comments

Comments
 (0)
0