Closed martibenn closed 2 years ago
Hey @martibenn, thanks for the suggestion! Yes we can add support for rxjs v7 to peer deps! And we do not need to do any changes to angular deps as it allows any v13 version.
:tada: This issue has been resolved in version 10.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Since Angular support RxJS
^7.4.0
with@angular/common@13.1.X
, would it be possible to upgrade ng-dynamic-component peer dependency on @angular/common and RxJS ?Angular RxJS version : https://unpkg.com/browse/@angular/core@13.1.1/package.json
ng-dynamic-component RxJS &@angular/common peer dependency : https://github.com/gund/ng-dynamic-component/blob/4bb0ed2b3fa88197a9bfe9b0edb95160f1015214/projects/ng-dynamic-component/package.json#L21 https://github.com/gund/ng-dynamic-component/blob/4bb0ed2b3fa88197a9bfe9b0edb95160f1015214/projects/ng-dynamic-component/package.json#L23
The error when adding ng-dynamic-component@10.0.0 on a 13.1.1 Angular problem :
Thanks !