marcoturi / ionic-boilerplate

✨ An Ionic Starter kit featuring Tests, E2E, Karma, Protractor, Jasmine, Istanbul, Gitlab CI, Automatic IPA and APK, TypeScript 2, TsLint, Codelyzer, Typedoc, Yarn, Rollup, and Webpack 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Themed application

millerf opened this issue · comments

Hi,

I have another question:
I would like to add that I am a total newbie in webpack so I barely have any idea on how it works...

I am trying to integrate multiple template in my application, so I would need to have some kind of template loader to inject into the Component() decorator.

I have found this project:
https://www.npmjs.com/package/gulp-ng2-template-wrap

But your boilerplate doesn't work with gulp, so I am not sure how to integrate it or if there is some classy way to have that woking with webpack.

Thanks for your boilerplate btw, it helped a lot!!!

I figured out a way.