ngtemplate-loader icon indicating copy to clipboard operation
ngtemplate-loader copied to clipboard

hmtl-loader 1.* compatibility

Open peterpoe opened this issue 4 years ago • 1 comments

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).

peterpoe avatar Jul 05 '20 13:07 peterpoe

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

WearyMonkey avatar Jul 18 '20 12:07 WearyMonkey