gpt4 book ai didi

取消窗口打印时的 Angular 6 typescript 监听事件(单击取消打印)

转载 作者:行者123 更新时间:2023-12-04 01:44:23 27 4
gpt4 key购买 nike

当用户单击取消时,我试图在 window.print 打开后重定向。

这将打开窗口打印

printHc(){
window.print();
}

现在,如果用户取消打印,我想重定向到另一条路线。例如
this.router.navigate("other_page");

如何在 Angular 6(使用 chrome)的 typescript 上收听此事件?

最佳答案

您可以利用 afterprint 事件。当用户打印或取消打印对话框时会触发该事件。

  @HostListener('window:afterprint')
onafterprint() {
this.router.navigate("other_page");
}

关于取消窗口打印时的 Angular 6 typescript 监听事件(单击取消打印),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55926674/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com