ERROR in NouisliderModule is not an NgModule
See original GitHub issuenpm i --save nouislider ng2-nouislider@latest npm WARN deprecated ng2-nouislider@1.7.0: Version unsupported. Please use latest going forward. ±- ng2-nouislider@1.7.0 `-- nouislider@10.1.0
whats the latest version, after installing facing ERROR in NouisliderModule is not an NgModule 1.7.0 is the latest version., is it the problem with library supporting angular?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
ERROR in Error: NgModule is not an NgModule - Stack Overflow
I just removed it then this issue resolved. import { NgModule } from '@angular/core'; import { AddBannerComponent } ...
Read more >Angular Noob here - what does "Please add a @NgModule ...
I am trying to build my angular web app using ng build --prod . ... ERROR in : Unexpected value 'NouisliderModule in /<project_home>/node_modules/ ......
Read more >Setting NgModule.id to module.id is a common anti-pattern
Debugging the errorlink. You can remove the id: module.id declaration from your NgModules. The compiler ignores this declaration and issues this warning instead ......
Read more >NoUI Slider Component Documentation - PIXINVENT
import {NgModule} from '@angular/core'; import { NouisliderModule } from 'ng2-nouislider'; @NgModule({ imports: [NouisliderModule] }) export class ...
Read more >AppModule is not an NgModule | fluin.io blog
If you see the error AppModule is not an NgModule when using the Angular CLI, then the solution is most likely to rollback...
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
Version 1.7.0 is broken, a downgrade to 1.6.2 worked for me. Check: https://github.com/tb/ng2-nouislider/issues/113
same here, 1.6.2 worked:
npm i --save nouislider ng2-nouislider@1.6.2