dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
34.79k stars 9.83k forks source link

No angular template on ubuntu? #55943

Open Eugenenoble2005 opened 1 month ago

Eugenenoble2005 commented 1 month ago

Is there an existing issue for this?

Describe the bug

I've tried to run

dotnet new angular

and it says theres no angular template available.

Then i tried

dotnet new search angular

and the official templates that come with visual studio on Windows are not available.

Then i tried

dotnet new install Microsoft.AspNetCore.SpaTemplates

And this only installs the vue template. How do i get the angular template on ubuntu?

Expected Behavior

No response

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

8.0.105

Anything else?

No response

Eugenenoble2005 commented 1 month ago

I've just read through some documentation and discovered the spa templates are discontinued from .NET 8? Bit odd since they are still available for visual studio on Windows. What is the recommended procedure now or do we just bootstrap out own spa set ups?