I have an Angular 11 project where I'm trying to import MSAL_CONFIG in app.module, but I only get the error above.
import { MsalBroadcastService, MSAL_CONFIG, MsalGuard, MsalGuardConfiguration, MsalInterceptor, MsalInterceptorConfiguration, MsalModule,
All the other classes are imported correctly. Why is this?
In package.jxon I'm using "@azure/msal-angular": "^2.0.0", "@azure/msal-browser": "^2.16.1",