question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update for angular 8 support

See original GitHub issue

Bug 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:closed
  • Created 4 years ago
  • Reactions:23
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

19reactions
maxokorokovcommented, May 29, 2019

Thanks for reporting, we’ll be releasing the 5.0.0-rc.0 soon with:

  • minimal required deps on Angular 8.0 and Boostrap 4.3
  • Toasts and some minor features from Bootstrap introduced since 4.0

Can’t promise ivy support right from the beginning though.

10reactions
mendezacommented, May 31, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found