Skip to content

Commit

Permalink
feat: expose signalMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerhahnekamp committed Dec 3, 2024
1 parent 556a089 commit a20171a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/signals/spec/signal-method.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { signalMethod } from '../src/signal-method';
import { signalMethod } from '../src';
import { TestBed } from '@angular/core/testing';
import {
createEnvironmentInjector,
Expand Down
1 change: 1 addition & 0 deletions modules/signals/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { deepComputed } from './deep-computed';
export { DeepSignal } from './deep-signal';
export { signalMethod } from './signal-method';
export { signalState, SignalState } from './signal-state';
export { signalStore } from './signal-store';
export { signalStoreFeature, type } from './signal-store-feature';
Expand Down

0 comments on commit a20171a

Please sign in to comment.