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 c529926 commit 9d18630Copy full SHA for 9d18630
src/material/timepicker/timepicker-input.ts
@@ -42,7 +42,7 @@ import {Subscription} from 'rxjs';
42
import {DOWN_ARROW, ESCAPE, hasModifierKey, UP_ARROW} from '@angular/cdk/keycodes';
43
import {validateAdapter} from './util';
44
import {DOCUMENT} from '@angular/common';
45
-import {_getFocusedElementPierceShadowDom} from '../../cdk/platform';
+import {_getFocusedElementPierceShadowDom} from '@angular/cdk/platform';
46
47
/**
48
* Input that can be used to enter time and connect to a `mat-timepicker`.
0 commit comments