-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Click Event for NzNotification #4986
Comments
PR welcome! Better to make it an observable property of |
wzhudev
pushed a commit
to wzhudev/ng-zorro-antd
that referenced
this issue
Apr 14, 2020
close NG-ZORRO#4986 BREAKING CHANGE: NzMessageDataFilled is replaced by NzMessageRef BREAKING CHANGE: NzNotificationDataFilled is replaced by NzNotificationRef
wzhudev
pushed a commit
to wzhudev/ng-zorro-antd
that referenced
this issue
Apr 14, 2020
close NG-ZORRO#4986 BREAKING CHANGE: NzMessageDataFilled is replaced by NzMessageRef BREAKING CHANGE: NzNotificationDataFilled is replaced by NzNotificationRef
wzhudev
pushed a commit
to wzhudev/ng-zorro-antd
that referenced
this issue
Apr 14, 2020
close NG-ZORRO#4986 BREAKING CHANGE: NzMessageDataFilled is replaced by NzMessageRef BREAKING CHANGE: NzNotificationDataFilled is replaced by NzNotificationRef Update components/message/typings.ts Co-Authored-By: Hsuan Lee <HsuanGM@gmail.com> Update components/notification/typings.ts Co-Authored-By: Hsuan Lee <HsuanGM@gmail.com>
Closed
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
close NG-ZORRO#4986 BREAKING CHANGE: - NzMessageDataFilled is replaced by NzMessageRef - NzNotificationDataFilled is replaced by NzNotificationRef
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does this feature solve?
Get user interation with the NzNotification
What does the proposed API look like?
this.notification.blank(
'Notification Title',
'Hello World.',
{
nzOnClick:()=>{}
}
);
The text was updated successfully, but these errors were encountered: