You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to re-use a <ng-template #templateRef> between multiple instances of nz-popconfirm but need to have access to context variables like those produced by *ngFor.
Presently, the nzPopconfirmTitle attribute only allows string | TemplateRef<void>, but I would like to supply string | TemplateRef<any> and pass in additional context to the template
This is nearly identical to the feature request #6607 but for the nz-popconfirm component instead of the nz-tooltip component
What does the proposed API look like?
An additional property is available on html tags having nz-popconfirm which allows passing template context into the template defined by nzPopconfirmTitle
The text was updated successfully, but these errors were encountered:
Hello @crossan007. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please fill the Pull Request Template here, provide documentation/test cases if needed and make sure CI passed, we will review it soon. Appreciate it advance and we are looking forward to your contribution!
What problem does this feature solve?
I'd like to re-use a <ng-template #templateRef> between multiple instances of nz-popconfirm but need to have access to context variables like those produced by *ngFor.
Presently, the
nzPopconfirmTitle
attribute only allowsstring | TemplateRef<void>
, but I would like to supplystring | TemplateRef<any>
and pass in additional context to the templateThis is nearly identical to the feature request #6607 but for the nz-popconfirm component instead of the nz-tooltip component
What does the proposed API look like?
An additional property is available on html tags having nz-popconfirm which allows passing template context into the template defined by nzPopconfirmTitle
The text was updated successfully, but these errors were encountered: