I have a question that I want to ask help for regarding an Angular app that offers both B2B and B2C authentication flows. I want it to be based off the Microsoft MSAL Angular exemplar project that uses HTTP_INTERCEPTORS and I want to have a StackBlitz example to illustrate clearly what I'm trying to achieve.
But I can't seem to get the project to work and wondering if someone with experience setting up a working angular project into StackBlitz can see what I'm doing wrong please.
The StackBlitz project is:
https://stackblitz.com/edit/angular-ivy-n1yda6?file=src/app/app.module.ts
Any and all assistance greatly appreciated.