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

后端 未结 3 1196
逝去的感伤
逝去的感伤 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:47

    @DavidAntaramian gave a great example. But if you want a simple one, you can look to this HOL from Microsoft. Their latest example on github uses .NET Core, but you can download release from October 2015.

提交回复
热议问题