File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,11 @@ export {FullscreenOverlayContainer} from './fullscreen-overlay-container';
4
4
export { OverlayRef } from './overlay-ref' ;
5
5
export { OverlayState } from './overlay-state' ;
6
6
export { ConnectedOverlayDirective , OverlayOrigin , OverlayModule } from './overlay-directives' ;
7
- export { ScrollDispatcher } from './scroll/scroll-dispatcher' ;
8
7
9
8
export * from './position/connected-position' ;
9
+ export * from './scroll/index' ;
10
10
11
11
// Export pre-defined position strategies and interface to build custom ones.
12
12
export { PositionStrategy } from './position/position-strategy' ;
13
13
export { GlobalPositionStrategy } from './position/global-position-strategy' ;
14
14
export { ConnectedPositionStrategy } from './position/connected-position-strategy' ;
15
-
16
- // Export pre-defined scroll strategies and interface to build custom ones.
17
- export { ScrollStrategy } from './scroll/scroll-strategy' ;
18
- export { RepositionScrollStrategy } from './scroll/reposition-scroll-strategy' ;
19
- export { CloseScrollStrategy } from './scroll/close-scroll-strategy' ;
20
- export { NoopScrollStrategy } from './scroll/noop-scroll-strategy' ;
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ import {PlatformModule} from '../../platform/index';
6
6
export { Scrollable } from './scrollable' ;
7
7
export { ScrollDispatcher } from './scroll-dispatcher' ;
8
8
9
+ // Export pre-defined scroll strategies and interface to build custom ones.
10
+ export { ScrollStrategy } from './scroll-strategy' ;
11
+ export { RepositionScrollStrategy } from './reposition-scroll-strategy' ;
12
+ export { CloseScrollStrategy } from './close-scroll-strategy' ;
13
+ export { NoopScrollStrategy } from './noop-scroll-strategy' ;
14
+
9
15
@NgModule ( {
10
16
imports : [ PlatformModule ] ,
11
17
exports : [ Scrollable ] ,
You can’t perform that action at this time.
0 commit comments