我正在尝试在我的 Angular4+Bootstrap3 应用程序中使用 PNotify。我已经安装了pnotify npm package
和@types/jquery.pnotify
定义。我已经包含import 'pnotify';
在我的vendor.ts
. 到目前为止一切顺利,应用程序编译没有问题。
PNotify is not defined
但是当代码达到这一点时,我在 Chrome 中遇到异常。
Myvendor.js
包含 dist 子文件夹中的缩小文件。
我什至试过这个,但没有成功:https ://github.com/sciactive/pnotify/issues/212#issuecomment-246915323
我错过了什么?