Skip to content

Commit

Permalink
Update projects/ngrx.io/content/guide/signals/signal-method.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Deschryver <[email protected]>
  • Loading branch information
rainerhahnekamp and timdeschryver authored Dec 4, 2024
1 parent c7add7a commit 86fb87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/signals/signal-method.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class NumbersComponent implements OnInit {
});

// 👇 No need to provide an injector for static values.
this.logDoubledNumber(2);
this.numbersService.logDoubledNumber(2);
}
}
```
Expand Down

0 comments on commit 86fb87e

Please sign in to comment.