...

/

Installing and Uninstalling the PWA

Installing and Uninstalling the PWA

Learn how to install and uninstall the PWA app on the system.

Installing the PWA

We need to test the PWA by installing it. We will do this by following these steps:

Test yourself

Run the app below:

Please provide values for the following:
API_KEY
Not Specified...
<Router AppAssembly="@typeof(App).Assembly">
    <Found Context="routeData">
        <RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
        <FocusOnNavigate RouteData="@routeData" Selector="h1" />
    </Found>
    <NotFound>
        <PageTitle>Not found</PageTitle>
        <LayoutView Layout="@typeof(MainLayout)">
            <p role="alert">Sorry, there's nothing at this address.</p>
        </LayoutView>
    </NotFound>
</Router>
Installing WeatherForecast PWA

Note: Open the app in the browser by clicking on the link in the footer of the app. ... ...

  1. Select the “Install 5-Day