Skip to content

Commit 9739893

Browse files
committed
test(angular): fix missing export in test file
1 parent 62c9853 commit 9739893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-table/src/reactivityUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function isReactive<T>(obj: T): boolean {
2121
*
2222
* @internal should be used only internally
2323
*/
24-
function defineLazyComputedProperty<T extends object>(
24+
export function defineLazyComputedProperty<T extends object>(
2525
notifier: Signal<T>,
2626
setObjectOptions: {
2727
originalObject: T

0 commit comments

Comments
 (0)