Hi Team
I am beginner in Web Application. While trying out the product, I am able to use the Charts in HTML Pages but when I try to perform the same in .NET SPA Project. I am not able to use JChartFX.. Could you guide me in how to proceed with it.
1. Install Node
2. Install Templates
>dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
3. View Installed Templates
>dotnet new -l
4. Create Angular Project
>dotnet new angular
5. Install Dependencies
>dotnet restore
>npm install
6. Open Visual Stdio
>start Angular.csproj