Visual Studio 2017 Angular 4 Template

I am looking for a good Angular 4 template for Visual Studio 2017. Or what is the best template to use and how to continue? This will be for the Angular 4 SPA webpage.

+6
source share
4 answers
Patterns

SPAnow updated for Angular4. You can follow this article.

+16
source

For the barebones template, regardless of the backend, and for all the good tools that help with the development of Angular 2+, check out the Angular CLI , as mentioned in a Vahx comment.

In particular, for the application starter template, the command ng newperforms the following actions:

CLI Angular , , . !

, , / ng generate:

, , . CLI .

Angular CLI Angular , .

Visual Studio, .

+3

, , Emonney QuickApp , , REST API, EF, webpack.

Getting this was not too difficult, just make sure you read the installation notes on the documentation page.

+1
source

The video talks about setting up SPA templates for the .NET Core project from here . It sets up various types of templates such as Angular, Knockout, Vue ... etc.

0
source

Source: https://habr.com/ru/post/1017355/