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/angular-cdyoxq?file=src%2Fapp%2Fapp.component.ts
nzLeft/nzRight directives that are added in <td> inside an ng-template must also reflect when used in the ng-container's *ngTemplateOutlet
nzLeft
nzRight
<td>
ng-template
ng-container
ngTemplateOutlet
nzLeft and nzRight are ignored.
I am using actually using the ng-template from another component, but the issue can be replicated as seen in the link.
The text was updated successfully, but these errors were encountered:
there is no method to get component inside the ng-template with ContentChildren with current design of angular now, so we can not support this feature
blocked by angular/angular#8563
Sorry, something went wrong.
No branches or pull requests
Reproduction link
https://stackblitz.com/edit/angular-cdyoxq?file=src%2Fapp%2Fapp.component.ts
Steps to reproduce
What is expected?
nzLeft
/nzRight
directives that are added in<td>
inside anng-template
must also reflect when used in theng-container
's *ngTemplateOutlet
What is actually happening?
nzLeft and nzRight are ignored.
I am using actually using the
ng-template
from another component, but the issue can be replicated as seen in the link.The text was updated successfully, but these errors were encountered: