我有一个 Angular 11 项目,我试图在 app.module 中导入 MSAL_CONFIG,但我只收到上面的错误。
import { MsalBroadcastService, MSAL_CONFIG, MsalGuard, MsalGuardConfiguration, MsalInterceptor, MsalInterceptorConfiguration, MsalModule,
所有其他类都正确导入。为什么是这样?
在 package.jxon 我使用“@azure/msal-angular”:“^2.0.0”,“@azure/msal-browser”:“^2.16.1”,