You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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.
# [10.1.0](v10.0.0...v10.1.0) (2021-12-17)
### Bug Fixes
* **components:** re-create dynamic component when other inputs are changed ([ea127ba](ea127ba))
* **deps:** add RxJs v7 to supported peer dependencies range ([c6700fb](c6700fb)), closes [#467](#467)
### Features
* **component:** add support for component generic ([fe8bb5d](fe8bb5d))
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 :
ng-dynamic-component/projects/ng-dynamic-component/package.json
Line 21 in 4bb0ed2
ng-dynamic-component/projects/ng-dynamic-component/package.json
Line 23 in 4bb0ed2
The error when adding ng-dynamic-component@10.0.0 on a 13.1.1 Angular problem :
Thanks !
The text was updated successfully, but these errors were encountered: