I am having difficulties in integrating Angular-CLI into ASP.NET Core 2 with VS 2017. I do not want to use the provided VS solution where you can use a ready built Angular project which is not CLI. The problem is I cannot find detailed instructions. In the meantime while searching I found the following page from Microsoft: https://learn.microsoft.com/en-us/aspnet/core/spa/angular?tabs=visual-studio where it says it is easy to create an Angular-CLI project if upgrading to .NET Core 2.1.
However, the above does not work for me!! It just creates what the ready built solution creates. For example, package.json does not have angular.cli.
Any help on the above?