cipchk / ngx-notify

一个无须依赖HTML模板、极简Angular通知组件。
https://cipchk.github.io/ngx-notify/
MIT License
79 stars 14 forks source link

滑鼠點擊事件 #5

Open taipeiwu opened 6 years ago

taipeiwu commented 6 years ago

建議提供滑鼠點擊後的事件設置,例如:

this.notifyService.success('title', 'content', { mouseOnClick: () => this.notifyClick() });

notifyClick() {
this.router.navigate(['/']);
}