Lec_30: Blazor WebAssembly | Share State/Data Between Components - #15

preview_player
Показать описание
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:
Рекомендации по теме
Комментарии
Автор

Thank you, exactly what I was looking for!

PlatonKoby