When adding in the import below:
MsalModule.forRoot({
clientID: OAuthSettings.appId
})
the following error is thrown:
ERROR in node_modules/@azure/msal-angular/dist/msal.module.d.ts:6:41 - error NG6005: MsalModule.forRoot returns a ModuleWithProviders type without a generic type argument. Please add a generic type argument to the ModuleWithProviders type. If this occurrence is in library code you don't control, please contact the library authors.
Cheers