0

We are planning to build a SPA in Angular 2+, which will use ASP.NET as a back-end. Since Angular doesn't really have a good integration to ASP.NET, we decided to create the SPA as a standalone application, which will be communicating with the WebAPI.

The first popped up question although is, how to keep the HTML templates on server? We could achieve this working with ExpressJS before, but could not find any information on how to do so in ASP.NET.

Could anyone suggest a good way to go?

Please let me know if additional information is required.

2
  • "Angular doesnt have good integration with to ASP.net". How so? Web API is making an HTTP interface available for angular to call. How would this be more or less 'good' for a particular JS framework? Commented May 23, 2018 at 10:16
  • What I meant is to have everything in ASP.NET. The development is very annoying since you need to build project anytime you do changes. Commented May 23, 2018 at 11:27

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.