Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
2,748 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Basically I am trying to create an Angular project with its own identity system, which offers me: login, logout, integrations with facebook, register, recover passwords etc. It then generates a webapi which it goes to once it authenticates. What I want is to isolate the Angular identity function to save time, that is, to pass it from Angular to a webapi.
Is there a project template that will do this for me?
Visual Studio 2022