Skip to content

Commit 263e8b4

Browse files
docs: remove non-library import snippet (#139)
1 parent bef1528 commit 263e8b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/docs/with-feature-factory.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ signalStore(
2626
`signalStoreFeature` can define input constraints that must be fulfilled by the SignalStore calling the feature. For example, a method `load` needs to be present to fetch data. The default implementation would be:
2727

2828
```typescript
29-
import { signalStoreFeature } from '@ngrx/signals';
30-
3129
type Entity = {
3230
id: number;
3331
name: string;

0 commit comments

Comments
 (0)