flaviait / ng2-jspm-template

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

[WIP] Use external template files. #22

Open svi3c opened 8 years ago

svi3c commented 8 years ago

This PR utilizes ts2 to have relative paths for html templates. They are loaded via plugin-text.

Resolves #9

Do not merge yet!

There is an issue with the hot module reloading: https://github.com/capaj/systemjs-hot-reloader/issues/100 We should wait for it's resolution.