[Microsoft] Reimplement the Angular Tutorial Tour of Heroes in Blazor
Let’s reimplement Angular’s Tutorial: Tour of Heroes using Blazor.
Reimplementing the Angular Tutorial Tour of Heroes in Blazor Table of Contents
- 1. Create a new project
- 2. Display list
- 3. Create a functional component
- 4. Add service
- 5. Screen transition in the app using routing
- Extra. Separation of C # source code and Razor
-
- Get data from the server
- Extra. Unit testing of Blazor components