Example of an SPA with a login screen that uses AngularJS and connects to ASP.NET Web API 2?

后端 未结 3 1198
逝去的感伤
逝去的感伤 2020-12-04 05:28

I would like to create a new AngularJS, Web API Single page application. Does anyone have any examples that show how I can set up a user login screen that connects to a WEB

3条回答
  •  醉梦人生
    2020-12-04 05:31

    Refer the following blog for the demo of single page application (SPA) for ASP.NET Web API 2 and AngularJS, developed by the team at Marlabs.

    http://weblogs.asp.net/shijuvarghese/archive/2014/01/25/demo-spa-app-for-asp-net-web-api-2-and-angularjs.aspx

    The app is built with following technologies:

    • ASP.NET Web API 2
    • EF 6 Code First
    • AutoMapper
    • Autofac
    • Semantic UI
    • AngularJS 1.1.5

    The application is published on github at https://github.com/MarlabsInc/webapi-angularjs-spa.

提交回复
热议问题