0xdbe
0xdbe
@jasonnutter: Here, verbose log with @azure/msal-angular v2.0.4: ``` Navigated to https://localhost:4200/ core.js:28039 Angular is running in development mode. Call enableProdMode() to enable production mode. msalInstance.factory.ts:9 3 '[Tue, 26 Oct 2021...
I update my project to use @azure/[email protected]: https://github.com/0xdbe-example/angular-msal-azure-ad/commit/a692420ec4fc8cea574189b7b50cf1d94d481ba3 It works but ``MsalBroadcastService`` is injected in app component constructor (without subscription). I don't know why is needed.
How can I check that?
Indeed, it could be timing-related. # Execution Flow ## Step 1 ``MsalRedirectComponent`` is firstly loaded. It seems normal since this component is defined in module bootstrap. This component emits a...