https://stackblitz.com/edit/angular-vrt1mc
nz-list with items and nz-list-emptynz-list-empty displayed even when items are present.You can also just look at the v9.1.1 nz-list documentation as the bug is present in those examples as well, I actually forked my stackblitz minimal reproduction from the documentation.
The nz-list-empty only displays when no data is present.
The nz-list-empty always displays at the bottom of the list, even when data is present.
| Environment | Info |
|---|---|
| ng-zorro-antd | 9.1.1 |
| Browser | Chrome Version 81.0.4044.138 (Official Build) (64-bit) |
As I mentioned earlier, you can see it happening in the v9.1.1 documentation.
https://ng.ant.design/components/list/en
I got the same problem
I was going crazy trying to fix this, glad to know its a bug in the new verison ;)