flaviait / ng2-jspm-template

A template for a quick development workflow with angular 2 and jspm
MIT License
14 stars 3 forks source link

Use separate files for templates #9

Open svi3c opened 8 years ago

svi3c commented 8 years ago

At the moment we are defining our template inside the component files. I would prefer to have them in separate files. There were issues with https://github.com/systemjs/plugin-text and https://github.com/capaj/systemjs-hot-reloader. And the fix of https://github.com/capaj/systemjs-hot-reloader/issues/74 didn't work for me out of the box. So we have to investigate on this.

svi3c commented 8 years ago

Added issue at https://github.com/capaj/systemjs-hot-reloader/issues/91.

svi3c commented 8 years ago

We might wait for #10 before resolving this.