Skip to content

Commit 9780747

Browse files
committed
Updated README.md to include FromKeyedServices attribute
1 parent 9822728 commit 9780747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Create a new instance of a class and add it as a runtime service using a `new` expression
1010
- [TaskPool](#webworkerservicetaskpool) support via WebWorkers
1111
- Component's can call their own private static methods in background threads (supports service injection)
12-
- Supports method parameter service injection via `[FromServices]` parameter attribute
12+
- Supports method parameter service injection via `[FromServices]` and `[FromKeyedServices]` parameter attributes
1313
- Works in Blazor WASM .Net 6, 7, 8, and 9.
1414
- SharedArrayBuffer is not required. No special HTTP headers to configure.
1515
- Supports [transferable objects](#transferable-objects)

0 commit comments

Comments
 (0)