I recently built a web application using Angular2 and TypeScript, but now one of my clients wants to integrate Azure B2C for customer login instead of OAuth. I followed a simple example on how to implement Azure B2C in a .NET Web app through the link provided below.
Azure AD B2C: Build a .NET web app
While the .NET web application worked well, I'm now looking to implement the same feature in my Angular2 application using TypeScript. Can you guide me on how to incorporate the Azure B2C functionality into my Angular2 application?