In Angular 2, to support templates with a relative path, you have to set
moduleId: module.id inside the component decorator. (see here)
The "problem" is it requires compiling the project in commonjs format. How should you do it with other modules format ? (like systemjs)