-
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
nzData not passed to template in NzNotificationService #8997
Comments
this probably has to be an ng-container |
@timonmasberg you can call 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 :) |
close via #9001 |
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: