We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5501d6d commit e1f3982Copy full SHA for e1f3982
libs/angular-three/src/index.ts
@@ -3,3 +3,10 @@ export * from './lib/types';
3
export * from './lib/di/catalogue';
4
export * from './lib/directives/args';
5
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