angular-update-guide
angular-update-guide copied to clipboard
v13, upgrade to RXJS 7
A nice hint for the "After the Update"-part would be to update to RxJS 7.4.
Framework changes and dependency updates
Angular v13 also features some helpful updates and important changes. First up, RxJS 7.4 is now the default for apps created with ng new. Existing apps using RxJS v6.x will have to manually update using the npm install [email protected] command. To learn more about the changes from version 6 to version 7, check out this summary on rxjs.dev.
- https://blog.angular.io/angular-v13-is-now-available-cce66f7bc296