ngx-select-dropdown does not work with angular 6
See original GitHub issueI 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:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top 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 >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
@ajit-soman yes it wont because it’s built over
rxjsv5.3.1
andrxjsv6.0.0
has breaking changes. it wont work. Let me see what i can do.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