You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same here. Just read Steve Sanderson's post on this and wanted to try it. After installing and creating a new project from the Angular template, nothing works. Upgrading typescript to 2.03 first.
Hmm. That worked. Just did a build and debug run.
If you've installed VS2017RC (or the .NET Core tools preview 3 or later), then you must also add a global.json file in the root of your project specifying the SDK version, e.g.:
Alternatively, use the generator-aspnetcore-spa Yeoman generator instead, as it produces a newer version of the project that already includes the global.json file (or can even make VS2017-style csproj projects for you if you prefer that).
Installed product versions
Description
Can't get Angular2 template going (see included pic of Dialog Box)
. I have VS2017 RC installed also. Might that be the issue?
Steps to recreate
Install extension and open a new Angular2 template
Current behavior
After closing the dialog, can't seem to get anything to work. Won't even start
Expected behavior
The text was updated successfully, but these errors were encountered: