Rest with Angular 2 [closed]

1

In recent weeks I have been training a lot in angular 2. However, some doubts have arisen in the course of these studies and I would like the help of you for those who know how to heal such doubts. Come on:

Question # 1 - In my studies I have been using an API in DDD format (Visual Studio 2015) with C # and the front I use Angular 2 with Visual Studio Code. Is this the most appropriate form of development for this type of scenario?

Question # 2 - Personal, I've looked soooo much but I have not found any material (text or video) teaching how to make the DEPLOY of this type of API + Front End Angular 2. Deploy can be for a shared hosting specifies or otherwise viable such as azure / aws.

From now on I thank you for the goodness of you in this post.

    
asked by anonymous 10.01.2017 / 03:56

1 answer

1

At this moment I am together with a colleague to develop a prototype of an application. We have two projects, one that is the API (REST) and another that is the project in Angula JS 2. We are also using Visual Studio 2015 and Visual Studio Code Yes, because of the many courses I have seen (PluralSight / CodeSchool) seems to be the most appropriate way to develop these technologies.

Regarding point 2, at this point we have the API project (REST) with deploys using TeamCity after each checkin and for the Angle JS 2, we are using (Web Deploy) one of the options directly from Visual Studio ... (The first time we had to do an npm install ... now it's just Publish ..) But we also want to automate this process. We are using a single server with two Sites in IIS 7.5 to host the two applications.

    
10.01.2017 / 09:55