Support for Angular 19
Core Library
MSAL.js (@azure/msal-browser)
Wrapper Library
MSAL Angular (@azure/msal-angular)
Public or Confidential Client?
Public
Description
Offical support for Angular 19 will be next week.
Is there an ETA to support for this ?
@tnorling ?
any ETA on this ? @tnorling
After upgrade to angular 19 the cache manager failed to get the id token. I would also like to know if there is an ETA on Angular 19 support. Thanks.
would love an update on this issue, i think many users in the Angular community also.
@jo-arroyo @jasonnutter @sameerag @pkanher617 @hectormmg @samuelkubai @derisen @tnorling
After upgrade to angular 19 the cache manager failed to get the id token. I would also like to know if there is an ETA on Angular 19 support. Thanks.
If you don't need to use local storage to save the token id, you can use session storage. Works for me
After upgrade to angular 19 the cache manager failed to get the id token. I would also like to know if there is an ETA on Angular 19 support. Thanks.
If you don't need to use local storage to save the token id, you can use session storage. Works for me
@fgervasoni Thanks for the tip. I ended up checking if the id token with the roles was not available then I did a silent token request in the background. This required minor changes in the route flow, but otherwise works well.
Hi @Ironstone , are you able to share a code snippet of the relevant part?
Isn't this ready to be closed? The readme and update guide state v4 supports Angular 19.
I can confirm it working