Adding the ExpenseEdit component
Learn how to use EditForm component in our Blazor WebAssembly project.
We'll cover the following
We need to add a component to enable us to add and edit expenses. We do this as follows:
Return to Visual Studio.
Open the
ExpenseTracker.Client.Shared\NavMenu.razor
page.Add the following markup to the
ul
element:
Get hands-on with 1400+ tech skills courses.