English 中文(简体)
ng Intercom Unexpected Value
原标题:ng intercom Unexpected Value

我已将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
    })
问题回答




相关问题
Angular matSort not working on Date column by desc

Trying to sort the material table with date column , date format is MM/DD/YYYY ,h:mm A , order of date is not by latest date and time. Anything which i missed from the below stackblitz code. https:/...

热门标签