Add Angular 11 support
See original GitHub issuePlease add support for Angular 11
npm ERR! Found: @angular/common@11.0.4
npm ERR! node_modules/@angular/common
npm ERR! @angular/common@"~11.0.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@">=8.0.0 <11" from @kolkov/angular-editor@1.1.4
npm ERR! node_modules/@kolkov/angular-editor
npm ERR! @kolkov/angular-editor@"*" from the root project
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:6
Top Results From Across the Web
Angular versioning and releases
For example, you can update from version 11 to version 12, provided that version 12 is still supported. If you want to update...
Read more >Browser support - Angular
The Angular CLI provides support for polyfills. If you are not using the CLI to create your projects, see Polyfill instructions for non-CLI...
Read more >Setting up the local environment and workspace - Angular
This guide explains how to set up your environment for Angular development using the Angular CLI tool. It includes information about prerequisites, ...
Read more >ng update - Angular
Perform a basic update to the current stable release of the core framework and CLI by running the following command. ... To update...
Read more >Update Angular to v15
Adding NgOptimizedImage directive to your component or NgModule can help reduce the download time of images in your Angular application.
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
I ran this command and it went successful for Angular v11.
npm install @kolkov/angular-editor@1.0.0 --legacy-peer-deps
Is there a road map for when Angular 11 will be supported?