Skip to content

Commit

Permalink
fix: add scroll strategy options to public api (#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Dec 12, 2019
1 parent 8179a02 commit 79ab083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/theme/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export * from './components/cdk/platform/platform-service';
export * from './components/cdk/a11y/a11y.module';
export * from './components/cdk/a11y/focus-trap';
export * from './components/cdk/adapter/adapter.module';
export { NbBlockScrollStrategyAdapter } from './components/cdk/adapter/block-scroll-strategy-adapter';
export * from './components/cdk/adapter/block-scroll-strategy-adapter';
export * from './components/cdk/adapter/overlay-container-adapter';
export * from './components/cdk/adapter/scroll-dispatcher-adapter';
export * from './components/cdk/adapter/viewport-ruler-adapter';
Expand Down

0 comments on commit 79ab083

Please sign in to comment.