Bogdan1975 / ng2-slider-component

Angular 2 slider component
MIT License
68 stars 50 forks source link

Fix incorrect template path (make it relative) #8

Open r4fek opened 8 years ago

r4fek commented 8 years ago

Without this change I'm unable to build the project.

Bogdan1975 commented 8 years ago

What module system do you use?

r4fek commented 8 years ago

Systemjs.

Bogdan1975 commented 8 years ago

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