-
Notifications
You must be signed in to change notification settings - Fork 518
Angular template not available #1188
Comments
Also getting this issue, No issue with 0.9.3, You can install using: |
Same here. Was able to resolve by installing 0.9.3. I note that 1.0.0 was newly released today. |
As of .NET Core 2.0 (which was released yesterday), the Angular, React, and Redux templates are built into the SDK, so you get them automatically without having to install any additional package. As of version 1.0.0 (which was also released yesterday), the |
Ok, that makes sense. But for someone who still has .NET Core 1.1 and installs the templates, they will find them missing. Isn't it possible to make the SpaTemplates package dependent on Core 2.0? |
You could create a .Net Core 2.0 site with Angular from the template and then covert to MVC Core to 1,1 . |
I ran: dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
But angular is not an option for available project types.
This was the output:
NuGet Config files used:
C:\Users{}\AppData\Roaming\NuGet\NuGet.Config
C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config
Feeds used:
https://api.nuget.org/v3/index.json
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
Installed:
112 package(s) to C:\Users{}.templateengine\dotnetcli\v1.0.4\scratch\restore.csproj
Templates Short Name Language Tags
Console Application console [C#], F# Common/Console
Class library classlib [C#], F# Common/Library
Unit Test Project mstest [C#], F# Test/MSTest
xUnit Test Project xunit [C#], F# Test/xUnit
ASP.NET Core Empty web [C#] Web/Empty
ASP.NET Core Web App mvc [C#], F# Web/MVC
ASP.NET Core with Aurelia aurelia [C#] Web/MVC/SPA
ASP.NET Core with Knockout.js knockout [C#] Web/MVC/SPA
ASP.NET Core with Vue.js vue [C#] Web/MVC/SPA
ASP.NET Core Web API webapi [C#] Web/WebAPI
Solution File sln Solution
The text was updated successfully, but these errors were encountered: