Skip to content

Commit bbcf19b

Browse files
Update modules/signals/src/with-feature.ts
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
1 parent 57f8e4e commit bbcf19b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/signals/src/with-feature.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import {
55
} from './signal-store-models';
66

77
/**
8+
* @description
89
* Allows passing properties, methods, or signals from a SignalStore
910
* to a feature.
1011
*
11-
* **Example:**
12-
*
12+
* @usageNotes
1313
* ```typescript
1414
* signalStore(
1515
* withMethods((store) => ({

0 commit comments

Comments
 (0)