-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng2-slider is not working with Angular 2 CLI project #18
Comments
+1 |
Yeah I've got the same issue :( |
+1. Any resolve on this? |
I've switched to PrimeNG, their slider is pretty good as well. |
Hi, same issue as above. I see error "Error: moduleId should be a string in "Ng2SliderComponent". See https://goo.gl/wIDDiL for more information." on console. The error message doesn't make any sense to me. Some solution would be help, i am using webpack. |
Same issue still there cannot use this component in angular 2 cli based project. Will there be a proper fix made available? |
I see a fix here: #12 |
As far as I can tell, this tool is no longer maintained and does not work. I spent two hours trying to get this working. Don't make my mistake. |
@rolandoldengarm Can you please send me a demo link of PrimeNG slider? |
Here is my code:
ERROR:
metadata_resolver.js:700Uncaught Error: moduleId should be a string in "Ng2SliderComponent". See https://goo.gl/wIDDiL for more information.
If you're using Webpack you should inline the template and the styles, see https://goo.gl/X2J8zc.
`
In angular-cli.json
then in package.json
then in app.module.ts
Then in configration.component.ts
The text was updated successfully, but these errors were encountered: