Skip to content

Commit

Permalink
docs(general): 📘 fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Nov 13, 2023
1 parent c4034e7 commit 518eadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ To get a signal use the `result` property:
`,
})
export class TodosPageComponent {
todos = inject(TodosService).getTodos();
todos = inject(TodosService).getTodos().result
}
```

Expand Down

0 comments on commit 518eadf

Please sign in to comment.