嗨,我正在 Angular 5 中开发 Web 应用程序。我正在尝试使用https://www.npmjs.com/package/ngx-toastr在 Angular 5 中显示 toast 消息。我已经下载了所需的 npm 模块并将 css 复制到 assets 文件夹。我也添加了
从'ngx-toastr'导入{ToastrModule};
在 app.component.ts 中。
我正在尝试将 toast 消息显示为
this.toastr.success('Hello world!', 'Toastr fun!');
当我运行我的解决方案时,我得到以下错误。
当我运行 npm install 时,我收到以下警告,