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 e279890 commit 175194bCopy full SHA for 175194b
src/lib/core/datetime/date-selection.ts
@@ -6,8 +6,8 @@
6
* found in the LICENSE file at https://angular.io/license
7
*/
8
9
-import {DateAdapter} from '@angular/material/core';
10
import {Subject} from 'rxjs';
+import {DateAdapter} from './date-adapter';
11
12
export abstract class MatDateSelection<D> {
13
valueChanges = new Subject<void>();
0 commit comments