Angular 4: Asp.net Core 2.0: How to Create Angular app in Asp.net Core 2.0 [FAST]

Опубликовано: 09 Февраль 2018
на канале: AspOracle
802
1

Have you created a angular app with .net core in Visual studio 2017 ?
Today i am going to show you fast and easy way to create angular application.

Before that I will tell you something about Angular & .Net Core

AngularJS
Angular JS (commonly know by Angular.js or AngularJS 1.X) it is Javascript Library.
Its is Open Source .
Used for Front End Web application.
It is a Framework for Front End.
It is maintained by
It is also used to make One Page Application

.Net Core
It is .Net Framework , Known my name Asp.net Core 1.x ,Asp.net 2.x
It is free & open source Software Framework
It works on well known different operating System like Windows,macOS & Linux
For more Detail of .Net Core follow below links.

Prerequisites for .NET Core -.NET Core wiki
Getting started with .NET Core 2 Console application
Powerful way to Create Web App in Asp.net Core MVC
As we know the basic topics know lets start with what we need to build this application

Prerequisties
As .Net Core application can be developed on Windows,macOS & Linux .I will focus on Windows .

Install Visual studio 2017 Version 15.3
Node.js.

Now, Lets start making web app in Visual Studio


The ClientApp folder contains the angular app ,it will be used as views in the project & Views in the folder will be used for minimum purpose only for bootstrap feature,All other will be done by ClientApp