Skip to content

Commit

Permalink
fix(bang): expose ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Chau Tran authored and Chau Tran committed Jan 21, 2022
1 parent 6055c5d commit 998ab44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ngx-bang/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export {
effect,
watch,
destroy,
ref,
getUnsubscribes,
createInvalidate,
} from './lib/utils';
export { StateProxy, Snapshot, CleanUpFn } from './lib/types';
export { StateProxy, Snapshot, CleanUpFn, AsRef } from './lib/types';

0 comments on commit 998ab44

Please sign in to comment.