File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {MdSort, MdSortable} from './sort';
11
11
import { MdSortIntl } from './sort-intl' ;
12
12
import { CdkColumnDef } from '../core/data-table/cell' ;
13
13
import { SortDirection } from './sort-direction' ;
14
- import { coerceBooleanProperty } from '../core/coercion/boolean-property ' ;
14
+ import { coerceBooleanProperty } from '../core' ;
15
15
import { getMdSortHeaderNotContainedWithinMdSortError } from './sort-errors' ;
16
16
17
17
/**
Original file line number Diff line number Diff line change 8
8
9
9
import { Directive , EventEmitter , Input , Output } from '@angular/core' ;
10
10
import { SortDirection } from './sort-direction' ;
11
- import { coerceBooleanProperty } from '../core/coercion/boolean-property ' ;
11
+ import { coerceBooleanProperty } from '../core' ;
12
12
import { getMdSortDuplicateMdSortableIdError , getMdSortHeaderMissingIdError } from './sort-errors' ;
13
13
14
14
export interface MdSortable {
You can’t perform that action at this time.
0 commit comments