Swal.fire({ title: , text: 'Are you sure want to blocked?', icon: 'warning', showCancelButton: true, confirmButtonText: 'Yes, blocked it!', cancelButtonText: 'No, keep it' }).then((result) => { if (result.value) {
this.chatService.blockChatRoom(this.chatId).subscribe((res) => { this.router.navigate(["/"]); }, (err) => { this.router.navigate(["/"]); }); } }) https://stackoverflow.com/questions/67249666/i18n-translation-in-swal April 25, 2021 at 12:05PM
没有评论:
发表评论