labdb/Pages/FetchData.razor

9 lines
180 B
Plaintext
Raw Normal View History

2022-11-10 22:27:31 +01:00
@page "/fetchdata"
<PageTitle>Weather forecast</PageTitle>
<h1>Weather forecast</h1>
<p>This component demonstrates fetching data from a service.</p>
2022-11-15 18:07:10 +01:00
<p><em>Loading...</em></p>