Skip to content

Commit

Permalink
Update projects/ngrx.io/content/guide/signals/signal-store/testing.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 Sep 16, 2024
1 parent 0869062 commit 030f861
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ In this scenario, the `MovieService` returns an `Observable<Movie[]>` instead of
<code-example header="movies.store.ts">

export const MoviesStore = signalStore(
// ... code ommitted
// ... code omitted
withMethods((store, moviesService = inject(MoviesService)) => ({
load: rxMethod&lt;string&gt;(
pipe(
Expand Down

0 comments on commit 030f861

Please sign in to comment.