angular4 的 ng2-opd-popup 问题
Posted
技术标签:
【中文标题】angular4 的 ng2-opd-popup 问题【英文标题】:ng2-opd-popup issue with angular4 【发布时间】:2018-08-17 16:22:48 【问题描述】:我安装了 ng2-opd-popup 模块并尝试通过导入“PopupModule.forRoot()”从 app.module.ts 导入 if。它会产生以下错误。
我使用 typescript 版本为 2.4.2 和 rxjs 版本为 5.4.2。 我尝试使用rxjs/Subject.d.ts error : Class 'Subject<T>' incorrectly extends base class 'Observable<T>' 和How do I get around this "Subject incorrectly extends Observable" error in TypeScript 2.4 and RxJS 5.x? 中的给定解决方案来修复它。这两种解决方案都不适合我。任何人都可以提出任何建议来解决这个问题吗?
我在这里应用了 ng2-opd-popup 模块,以使用按钮单击事件作为我的目的来弹出窗口。
【问题讨论】:
【参考方案1】:在tsconfig.json
文件中添加以下代码sn-p
"compilerOptions" :
noStrictGenericChecks : true
它可能会帮助你生存
【讨论】:
以上是关于angular4 的 ng2-opd-popup 问题的主要内容,如果未能解决你的问题,请参考以下文章