We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfbb17 commit ba7053fCopy full SHA for ba7053f
src/lib/tooltip/tooltip.ts
@@ -30,6 +30,8 @@ import {MdTooltipInvalidPositionError} from './tooltip-errors';
30
import {Observable} from 'rxjs/Observable';
31
import {Subject} from 'rxjs/Subject';
32
import {Dir} from '../core/rtl/dir';
33
+import 'rxjs/add/operator/first';
34
+
35
36
export type TooltipPosition = 'left' | 'right' | 'above' | 'below' | 'before' | 'after';
37
0 commit comments