ngtemplate-loader
ngtemplate-loader copied to clipboard
hmtl-loader 1.* compatibility
This add compatibility with html-loader 1.0+. Also, replaces html with more limited disruption of original code to avoid breaking other loaders that add code to html-loader (like file-loader).
Thanks @peterpoe !
I took some inspiration from your code, but decided on a slightly different approach that is backwards compatible and supports different variable names:
https://github.com/WearyMonkey/ngtemplate-loader/pull/88