@page "/device-form-factor"
@using Template.Shared.Interfaces
@inject IFormFactor FormFactor
You are running on:
This component is defined in the Template.Shared library.
@code { private string factor => FormFactor.GetFormFactor(); private string platform => FormFactor.GetPlatform(); }