diff --git a/src/lib/core/style/focus-origin-monitor.ts b/src/lib/core/style/focus-origin-monitor.ts index e76d90269626..eca5ebb5a187 100644 --- a/src/lib/core/style/focus-origin-monitor.ts +++ b/src/lib/core/style/focus-origin-monitor.ts @@ -14,6 +14,8 @@ import {Observable} from 'rxjs/Observable'; import {Subject} from 'rxjs/Subject'; import {Platform} from '../platform/platform'; +import 'rxjs/add/observable/of'; + // This is the value used by AngularJS Material. Through trial and error (on iPhone 6S) they found // that a value of around 650ms seems appropriate.