We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://stackblitz.com/edit/stackblitz-starters-8bbttrvb?file=src%2Fmain.ts
Click on show, no data is shown
It should pass nzData to the template variable.
It is not being passed, data stays undefined
The text was updated successfully, but these errors were encountered:
ng-zorro-antd/components/notification/notification.component.ts
Line 34 in d70a768
this probably has to be an ng-container
Sorry, something went wrong.
@timonmasberg you can call service.template() like this: https://stackblitz.com/edit/stackblitz-starters-vtfbxkrm?file=src%2Fmain.ts
service.template()
the downside is that you no longer see the error icon in the notification by default
@timonmasberg you can call service.template() like this: https://stackblitz.com/edit/stackblitz-starters-vtfbxkrm?file=src%2Fmain.ts the downside is that you no longer see the error icon in the notification by default
Thanks for the workaround, still, the underlying issue remains.
@HyperLife1119 @simplejason i will work on this :)
@HyperLife1119 @simplejason it works, working in strict typings in progress :)
Nicoss54
No branches or pull requests
Reproduction link
https://stackblitz.com/edit/stackblitz-starters-8bbttrvb?file=src%2Fmain.ts
Steps to reproduce
Click on show, no data is shown
What is expected?
It should pass nzData to the template variable.
What is actually happening?
It is not being passed, data stays undefined
The text was updated successfully, but these errors were encountered: