Skip to content

Commit ba7053f

Browse files
authored
fix(tooltip): add missing rxjs import (#2288)
1 parent 5cfbb17 commit ba7053f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/tooltip/tooltip.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ import {MdTooltipInvalidPositionError} from './tooltip-errors';
3030
import {Observable} from 'rxjs/Observable';
3131
import {Subject} from 'rxjs/Subject';
3232
import {Dir} from '../core/rtl/dir';
33+
import 'rxjs/add/operator/first';
34+
3335

3436
export type TooltipPosition = 'left' | 'right' | 'above' | 'below' | 'before' | 'after';
3537

0 commit comments

Comments
 (0)