HyperLife1119

Results 49 comments of HyperLife1119

@Nicoss54 Can you review this PR together? :)

This 'observed' property does not yet exist in [rxjs6](https://v6.rxjs.dev/api/index/class/Subject). Since angular/core still supports rxjs6, we can't do this yet.

I think it's a bug that OnHoverChange event is not triggered when the rate value is unchanged. In this case, we still need to trigger OnHoverChange event. Let's fix it...

I left some comments to help with the code review :)

我想我们应该尽快完成 antd **v4** 的样式同步,已经有很长一段时间没进行同步了: https://github.com/NG-ZORRO/ng-zorro-antd/commits?author=ng-zorro-bot 目前已同步到 v4.20.6,最新的是 v4.24.14 @OriginRing @simplejason

We should remove `--scroll-bar` from the drawer component because I can't find any code that is using it.

We should not add the new style directly to the antd style file, as this will interfere with the component style synchronization. We can either add the style to `patch.less`...