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.

Angular 7 warning

See original GitHub issue
npm WARN ngx-responsive@6.0.0 requires a peer of @angular/common@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-responsive@6.0.0 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.

ngx-responsive complains when working with Angular 7. Can the warning be removed or is there something in 7 that ngx-responsive is not compatible with?

Cheers

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
no-morecommented, Dec 6, 2018

ngx-responsive have not been upgraded to angular 7 yet, but it’s working fine. @ManuCutillas seems a bit busy, I don’t know if someone else is working on the project.

If there’s someone to review the PRs I could try to make one for this too.

0reactions
ManuCutillascommented, Dec 8, 2018

Upgrade to angular 7 confirmed! 😄 The new version in npm packages is npm i ngx-responsive@7.0.0

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular 7 Tutorial Part 6 - Home Page & Alert Component
Open the app component template ( /src/app/app.component.html ) and add the <alert></alert> element to display alert messages sent from anywhere ...
Read more >
Angular 7 Tutorial Part 6 - Home Page & Alert Component
In part 6 of this Angular 7 tutorial series we're going to update the home page to demonstrate fetching, displaying and deleting users...
Read more >
Angular 7 - WARNING in Circular dependency detected
Angular 7 - WARNING in Circular dependency detected: · 1. yes when u import the service in another serviuce that is in the...
Read more >
Angular : Show Alert Message on a condition
How to convert alert to conditional alert? ... Property 'names' does not exist on type 'AppComponent'. This is because you are using names...
Read more >
[Solved]-Angular 7 - WARNING in Circular dependency detected
Generally circuler dependency arises when you use index.ts file to export services. And import services in another services thats are exported in the...
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