I know the basics of Angular and ASP.NET Core 2, but not on the level that would allow me to understand how this template works.
I tried generating components using Angular CLI in Visual Studio Code, however, it says I don't have the CLI. I think it's the webpack thingy that keeps the CLI and allows all the cool stuff that comes with the template, but is there a way to use the CLI despite that? Or do I have, for example, generate components manually by creating the files and adding dependecies?
I can't find any documentation on the template or a tutorial that would use it.





npm install @angular/cli --globalAs far as i remember template project didnt include CLI (at least in first template version of core 1.0).angular-cli.json". If I copy an existing angular-cli.json file from a different project, I get "Could not find an NgModule for the new component". I might've missed some setup steps that are required in this template... VS2017 lists 84 errors about missing @angular/core and different related things.