File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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';
1111import { MdSortIntl } from './sort-intl' ;
1212import { CdkColumnDef } from '../core/data-table/cell' ;
1313import { SortDirection } from './sort-direction' ;
14- import { coerceBooleanProperty } from '../core/coercion/boolean-property ' ;
14+ import { coerceBooleanProperty } from '../core' ;
1515import { getMdSortHeaderNotContainedWithinMdSortError } from './sort-errors' ;
1616
1717/**
Original file line number Diff line number Diff line change 88
99import { Directive , EventEmitter , Input , Output } from '@angular/core' ;
1010import { SortDirection } from './sort-direction' ;
11- import { coerceBooleanProperty } from '../core/coercion/boolean-property ' ;
11+ import { coerceBooleanProperty } from '../core' ;
1212import { getMdSortDuplicateMdSortableIdError , getMdSortHeaderMissingIdError } from './sort-errors' ;
1313
1414export interface MdSortable {
You can’t perform that action at this time.
0 commit comments