ng-devui
ng-devui copied to clipboard
RXJS7 兼容性问题
https://github.com/ReactiveX/RxJS/blob/master/CHANGELOG.md#breaking-changes-8
RXJS7 开始,Subscription的add方法返回值修改为void
https://github.com/DevCloudFE/ng-devui/blob/576100b5aa9af9bb372ed1f902a02e1a9ce35fc0/devui/dragdrop/directives/draggable.directive.ts#L122
感谢建议,后续版本我们升级rxjs7
14.0.0版本已支持 rxjs7