我已将13个缩略语改为第17版,有以下错误。 如何解决这一问题?
Error: Unexpected value IntercomModule imported by the module AppModule . Please add an @NgModule annotation. ng-intercom version: 8.0.2 angular version: 17.0.7 import { IntercomModule } from ng-intercom ;
app.module.ts
IntercomModule.forRoot({
appId: environment.intercomAppId,
updateOnRouterChange: true
})