我从带有角5的dotnet core 2.1 spa模板开始了这个项目。我试图将ng2-toasty添加到客户端应用程序,然后我意识到该项目中缺少webpack.config。*文件。
这是项目的Git存储库:https://github.com/peeyalk/Vega
现在如何添加ng2-toasty?
答案 0 :(得分:0)
ABP
有tToastr
,我认为它将对您有用。
以下是文档:
https://aspnetboilerplate.com/Pages/Documents/Javascript-API/Notification
如果您使用的是Angular CLI
,请确保导入CSS
styles: [
"node_modules/toastr/build/toastr.min.css"
]