File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import {MdTooltipInvalidPositionError} from './tooltip-errors';
32
32
import { Observable } from 'rxjs/Observable' ;
33
33
import { Subject } from 'rxjs/Subject' ;
34
34
import { Dir } from '../core/rtl/dir' ;
35
- import { Platform } from '../core/platform/platform ' ;
35
+ import { PlatformModule , Platform } from '../core/platform/index ' ;
36
36
import 'rxjs/add/operator/first' ;
37
37
38
38
export type TooltipPosition = 'left' | 'right' | 'above' | 'below' | 'before' | 'after' ;
@@ -417,7 +417,7 @@ export class TooltipComponent {
417
417
418
418
419
419
@NgModule ( {
420
- imports : [ OverlayModule , CompatibilityModule ] ,
420
+ imports : [ OverlayModule , CompatibilityModule , PlatformModule ] ,
421
421
exports : [ MdTooltip , TooltipComponent , CompatibilityModule ] ,
422
422
declarations : [ MdTooltip , TooltipComponent ] ,
423
423
entryComponents : [ TooltipComponent ] ,
You can’t perform that action at this time.
0 commit comments