- コードベースにインターコム npm パッケージを含めようとしています
- しかし、私はエラーを下回っています。
- 修正方法を教えてください。
- 以下の私のコードスニペットを提供する
app/app.component.ts(192,17): エラー TS2339: プロパティ 'init' がタイプ 'Intercom' に存在しません。
パッケージ https://www.npmjs.com/package/ng-intercom
ngOnInit(): void {
this.intercom.init({
app_id: "mobilecode",
// Supports all optional configuration.
widget: {
"activator": "#intercom"
}
});
- 私のコードベースは巨大なので、ここにコード全体を提供します