Skip to content

Commit

Permalink
fix(tooltip): add missing rxjs import (#2288)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn authored Dec 20, 2016
1 parent 5cfbb17 commit ba7053f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/tooltip/tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ import {MdTooltipInvalidPositionError} from './tooltip-errors';
import {Observable} from 'rxjs/Observable';
import {Subject} from 'rxjs/Subject';
import {Dir} from '../core/rtl/dir';
import 'rxjs/add/operator/first';


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

Expand Down

0 comments on commit ba7053f

Please sign in to comment.