File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99import { NgModule } from '@angular/core' ;
1010import { ObserveContentModule } from '@angular/cdk/observe-content' ;
11- import { SelectionModel } from '@angular/cdk/collections' ;
1211import { MdLineModule } from './line/line' ;
1312import { BidiModule } from './bidi/index' ;
1413import { MdOptionModule } from './option/index' ;
@@ -29,6 +28,10 @@ export {
2928 ObserveContent ,
3029} from '@angular/cdk/observe-content' ;
3130
31+ export {
32+ SelectionModel
33+ } from '@angular/cdk/collections' ;
34+
3235// RTL
3336export { Dir , Direction , Directionality , BidiModule } from './bidi/index' ;
3437
@@ -72,9 +75,6 @@ export {
7275 LIVE_ANNOUNCER_PROVIDER ,
7376} from './a11y/live-announcer' ;
7477
75- // Selection
76- export { SelectionModel } from '@angular/cdk/collections' ;
77-
7878export * from './a11y/focus-trap' ;
7979export { InteractivityChecker } from './a11y/interactivity-checker' ;
8080export { isFakeMousedownFromScreenReader } from './a11y/fake-mousedown' ;
You can’t perform that action at this time.
0 commit comments