Angular 13 support
See original GitHub issueWhile updating Angular to v13, I got these errors:
npm ERR! While resolving: my-project@1.0.0
npm ERR! Found: @angular/common@13.0.0
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"~13.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"9.x || 10.x || 11.x || 12.x" from @materia-ui/ngx-monaco-editor@5.1.0
npm ERR! node_modules/@materia-ui/ngx-monaco-editor
npm ERR! @materia-ui/ngx-monaco-editor@"5.1.0" from the root project
Seems that a “13.x” peerDependencies is required.
Also, add support for RxJS 7 (defaulted in Angular 13) if available. Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
Angular versioning and releases
Actively supported versionslink ; ^14.0.0, LTS, 2022-06-02, 2022-11-18, 2023-11-18 ; ^13.0.0, LTS, 2021-11-04, 2022-06-02, 2023-05-04 ...
Read more >Angular - endoflife.date
Release Released Active Support
15 1 month and 1 week ago. (16 Nov 2022) Ends in 4 months and 3 weeks. (18 M...
14 (...
Read more >Angular 13: Everything You Need to Know About This Version
The main new features in Angular 13 are TypeScript 4.4 support, version 7.4 of RxJS, router changes, Angular CLI enhancements, testing ...
Read more >Top Features Of Angular 13 You Must Know | Zenesys Blogs
Angular 13 Features and Updates · Ivy Is The New Engine · Typescript 4.4 Support · Angular Package Format Transformations · Angular Command-Line ......
Read more >Angular 13 Released: Top New Features and Updates
Angular 13 Features & Updates. NodeJS Support. NodeJS Support. The upgrades before Angular 12.20.0 aren't supported by Angular framework ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Angular v13 support has been released with v6.0.0.
Hello @ericdesa,
Thanks for the insights. Will try to release v6.0.0 this week, quite busy this last weeks.
In the meantime, here is a live example with angular v13 and v6.0.0-beta.1: Stackblitz.