Skip to content

Commit e1f3982

Browse files
committed
feat: expose more to public API
1 parent 5501d6d commit e1f3982

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libs/angular-three/src/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ export * from './lib/types';
33
export * from './lib/di/catalogue';
44
export * from './lib/directives/args';
55
export * from './lib/directives/repeat';
6+
export * from './lib/stores/store';
7+
export * from './lib/stores/rx-store';
8+
export * from './lib/utils/instance';
9+
export * from './lib/utils/update';
10+
export * from './lib/loader';
11+
export * from './lib/di/ref';
12+
export * from './lib/di/destroy';

0 commit comments

Comments
 (0)