Skip to content

Commit be29b6f

Browse files
committed
ng20: english comment labels
1 parent 4bfb80a commit be29b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/2025-05-angular20/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,12 @@ An Observable can deliver any number of elements, so the term "loader" does not
307307
Therefore, the property has been renamed to `stream`.
308308

309309
```ts
310-
//VORHER
310+
//BEFORE
311311
booksResource = rxResource({
312312
loader: () => this.#bs.getAll()
313313
});
314314

315-
//NACHHER
315+
//AFTER
316316
booksResource = rxResource({
317317
stream: () => this.#bs.getAll()
318318
});

0 commit comments

Comments
 (0)