Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9817f4b

Browse files
hoebbelsBeneajaho
authored andcommitted
fix(template): expose virtual-view config tokens
1 parent d0096fc commit 9817f4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/template/virtual-view/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
export {
2+
provideVirtualViewConfig,
3+
RxVirtualViewConfig,
4+
} from './lib/virtual-view.config';
15
export { RxVirtualView } from './lib/virtual-view.directive';
26
export { RxVirtualViewContent } from './lib/virtual-view-content.directive';
37
export { RxVirtualViewObserver } from './lib/virtual-view-observer.directive';

0 commit comments

Comments
 (0)