-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add countries field to Home.razor; update project refs
In Home.razor, added a private field `countries` to store a collection of countries and updated `OnInitializedAsync` to initialize this field by fetching data from `CountryService`. In CountryData.Sample.ConsoleProject.csproj, removed an unnecessary project reference to simplify dependencies.
- Loading branch information
1 parent
4b74c36
commit 0784053
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters