标签: angular typescript toastr
我有一条Toastr错误消息,需要在其中显示链接。这就是我的方法 this.toastr.error('Session expired, <a class="toast-custom" href="/signin">please login again</a>.', 'Oops!', { timeOut: 6000, enableHtml: true }); 它可以在我的本地计算机上运行(但是,如果我部署到其他环境,则不能。它会显示“ Whitelabel Error Page”。
this.toastr.error('Session expired, <a class="toast-custom" href="/signin">please login again</a>.', 'Oops!', { timeOut: 6000, enableHtml: true });