-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'MsalModule' does not appear to be an NgModule class #5336
Comments
@johnvinosh Thanks for opening this issue, it is currently being tracked in #4298 . You can find the Roadmap here. Can you include the Angular version you are using as well? |
@johnvinosh This issue has been automatically marked as stale because it is marked as requiring author feedback but has not had any activity for 5 days. If your issue has been resolved please let us know by closing the issue. If your issue has not been resolved please leave a comment to keep this open. It will be closed automatically in 7 days if it remains stale. |
@johnvinosh Closing this as duplicate of #4298. |
I can add that I have this issue with Angular v15.0.4, using EsBuild. Thanks |
I can confirm too , the issue is there with angular v14 |
Same issue with Angular v16 |
yes it is in the angular v16 |
where is the solution ???? why too long for this or temporary workaround ? |
look here: #4298 |
Core Library
MSAL.js v2 (@azure/msal-browser)
Core Library Version
2.30.0
Wrapper Library
MSAL Angular (@azure/msal-angular)
Wrapper Library Version
2.4.5
Public or Confidential Client?
Public
Description
I am getting this compile time error when I import MsalModule
Error Message
'MsalModule' does not appear to be an NgModule class.(-996002)
msal.module.d.ts(7, 19): This likely means that the library (@azure/msal-angular) which declares MsalModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
Msal Logs
No response
MSAL Configuration
Relevant Code Snippets
Reproduction Steps
Just import MsalModule
Expected Behavior
No compile Time error
Identity Provider
Azure AD / MSA
Browsers Affected (Select all that apply)
Chrome, Firefox, Edge, Safari, Internet Explorer
Regression
No response
Source
External (Customer)
The text was updated successfully, but these errors were encountered: