Open r4fek opened 8 years ago
What module system do you use?
Systemjs.
In tsconfig.json you can specify "module": "commonjs" in "compilerOptions" section. In ng2-slider.component.ts "moduleId: __moduleName" must be changed to "moduleId: module.id"
I'll try to make this fix today
Without this change I'm unable to build the project.