我正在尝试在我的Angular4 + Bootstrap3应用程序中使用PNotify。
我已经安装了pnotify npm package
和@types/jquery.pnotify
定义。我在import 'pnotify';
中添加了vendor.ts
。到目前为止,应用程序编译没有问题。
但是,当代码到达该点时,我正在Chrome中使用 PNotify is not defined
例外。
我甚至试过这个,但没有成功:https://github.com/sciactive/pnotify/issues/212#issuecomment-246915323
我错过了什么?