.NET 6.0 Angular4 and Material Design Lite Webpack App Template. For the latest version of Angular see angular-spa.
Browse source code, view Live Demo angular-lite-spa.web-templates.io and install with dotnet-new:
$ dotnet tool install -g x
$ x new LegacyTemplates/angular-lite-spa ProjectName
Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:
$ git clone https://github.com/<User>/<ProjectName>.git
$ cd <ProjectName>
$ x new angular-lite-spa