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.

ngx-select-dropdown does not work with angular 6

See original GitHub issue

I am getting this error:

ERROR in node_modules/ngx-select-dropdown/dist/components/ngx-select-dropdown-component/ngx-select-dropdown.component.d.ts(2,10): error TS2305: Module '"/home/ajit-soman/git/test/node_modules/rxjs/Subject"' has no exported member 'Subject'.
node_modules/rxjs/Rx.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat'.
node_modules/rxjs/Subject.d.ts(1,15): error TS2307: Cannot find module 'rxjs-compat/Subject'.

After following installation steps , I run the project with ng serve and found these error in terminal

My project has angular version 6.1.0 and rxjs version 6.0.0

Is there any way to fix this issue without downgrading rxjs or angular version

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
manishjankycommented, Aug 5, 2018

@ajit-soman yes it wont because it’s built over rxjsv5.3.1 and rxjsv6.0.0 has breaking changes. it wont work. Let me see what i can do.

0reactions
manishjankycommented, Sep 4, 2018

Closing this as this has been fixed. PFB the stackblitz demo that where ngx-select-dropdown works with angular 6. Stackblitz Demo With Angular 6

Read more comments on GitHub >

github_iconTop Results From Across the Web

the width of ngx-select-dropdown its not working using table
im using table and the size of ngx-select-dropdown is too small? i tried css, but its not working. here is my code in...
Read more >
ngx-select-dropdown - npm
A angular(4+) select dropdown for single select or multiselct module.. Latest version: 3.2.0, last published: 2 months ago.
Read more >
ngx-select-dropdown/README.md at master - GitHub
Custom Dropdown for Angular 4+ with multiple and single selection options - ngx-select-dropdown/README.md at master · manishjanky/ngx-select-dropdown.
Read more >
ngx-select-ex v8.0.1
Install ngx-select-ex through npm package manager using the following command: npm i ngx-select-ex --save · Add NgxSelectModule into your AppModule class. app.
Read more >
Ngx Select Dropdown - StackBlitz
6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. import { Component } from...
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