filmov
tv
Lec_30: Blazor WebAssembly | Share State/Data Between Components - #15
Показать описание
This video presents share application state/data between components by using an in-memory state container service in Blazor WebAssembly app.
1. Create a "TestComponent" with an "InputSelect" component(form-control) and display some contries in it.
2. Finally, select a country in the "InputSelect" and share the selected country name across the application by using the "ShareStateService.
Source Codes:
1. Create a "TestComponent" with an "InputSelect" component(form-control) and display some contries in it.
2. Finally, select a country in the "InputSelect" and share the selected country name across the application by using the "ShareStateService.
Source Codes:
Комментарии