-
Reproduction linkhttps://angular-9ujwgs.stackblitz.io Steps to reproduce
What is expected?Nodes will be cleaned What is actually happening?
|
Beta Was this translation helpful? Give feedback.
Answered by
hsuanxyz
Aug 3, 2020
Replies: 1 comment
-
@Component({
selector: "nz-demo-tag-basic",
animations: [trigger('noop', [])],
template: `<nz-tag *ngFor="let tag of tagsList;">...</nz-tag>`
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vthinkxie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
angular/angular#30728