Update for angular 8 support
See original GitHub issueBug description:
Add support for Angular 8. The current version works, but npm warns.
npm WARN @ng-bootstrap/ng-bootstrap@4.1.3 requires a peer of @angular/common@^7.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ng-bootstrap/ng-bootstrap@4.1.3 requires a peer of @angular/core@^7.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN @ng-bootstrap/ng-bootstrap@4.1.3 requires a peer of @angular/forms@^7.0.0 but none is installed. You must install peer dependencies yourself.
Versions of Angular, ng-bootstrap and Bootstrap:
Angular 8.0.0 ng-bootstrap: 4.1.3 Bootstrap: 4.3.1
Issue Analytics
- State:
- Created 4 years ago
- Reactions:23
- Comments:11 (1 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 >What's New In Angular 8.0 And How To Upgrade To Angular 8
In this article, we will discuss the new features of Angular 8. Also, we will discuss how to upgrade an existing application to...
Read more >How To Update Angular CLI To Latest Version
To update Angular CLI to latest version Angular, use ng update @angular/core @angular/cli@latest command.
Read more >Upgrade From Angular 7 to Angular 8 in 10 Minutes
You should have installed version 3.3+, TypeScript 3.1 and 3.2 are no longer supported. Added TypeScript as a peer dependency by adding the...
Read more >Update to Angular Version 8 now! | juri.dev
What's new in Angular v8, how to update and what to watch out for · Rerun migrations · Material Upgrade: FATAL ERROR: Ineffective...
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
Thanks for reporting, we’ll be releasing the
5.0.0-rc.0
soon with:Can’t promise ivy support right from the beginning though.
Well, your projects likely have tens, dozens, or scores of dependencies used in concert with Angular. Would you ask the same of them? Also, arguably there are two equally defining dependencies for this project: Angular and Bootstrap. Why privilege one over the other?
If it really was desired to have a scheme that reflected version support of both these pillars, it might be possible to abuse npm prerelease tags for this purpose, but that’s probably a really bad idea.