ludohenin / gulp-inline-ng2-template

Gulp plugin to inline HTML and CSS into Angular 2 component decorators
MIT License
126 stars 26 forks source link

component inline problem #62

Closed msahamed closed 8 years ago

msahamed commented 8 years ago

If I import a template in a component like : templateUrl :"../app.component.html"

and the app.component.html contains some html with other components :

Hello {{ world }}

I was wondering if the "gulp-inline-ng2-template" can also import inner codes of and and inline them with other codes ?
ludohenin commented 8 years ago

Not sure to understand what's your problem @msahamed