Support for Angular 8
See original GitHub issueSummary
I’m submitting a:
- bug report
- feature request
- question / support request
- other
Description
npm WARN ng-recaptcha@4.2.1 requires a peer of @angular/core@^6.0.0 || ^7.0.0 but none is installed. You must install peer dependencies yourself.
Demo
Upgrade to angular 8 using https://update.angular.io/#7.0:8.0
Lib versions:
- ng-recaptcha: 4.2.1
- Angular: 8.0.0
- Typescript (
tsc --version
): 3.4.5
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Angular versioning and releases
In minor releases, we update peer dependencies by expanding the supported versions, but we do not require projects to update these dependencies until...
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 8 - Introduction - Tutorialspoint
Angular 8 is a TypeScript based full-stack web framework for building web and mobile applications. One of the major advantage is that the...
Read more >Angular 8 Tutorial - Javatpoint
Angular 8 supports TypeScript 3.4 and it is required to run your Angular 8 project. So you have to upgrade your TypeScript version...
Read more >NativeScript Now Supports Angular 8
With Angular 8.0.0 the Angular team has shipped a framework which includes Ivy behind an experimental optional flag, enableIvy , that you can ......
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
Thank you very much for your work! Do you have any forecast for Angular 8?
support for Angular 8 as a peer dependency has been added in v5.0.0-beta.1. This will be a breaking change, since there’s also a shift to
ng-packagr
for bundle management.