Wrong version on NPM?
I installed angular2-template-loader into my project with the usual:
npm install angular2-template-loader --save-dev
Looking in node_modules/angular2-template-loader directory I can see that the package.json has v0.6.0, however, the index.js file is the older version (without the keepUrl feature). I also noticed that the v0.6.0 tag on the project also references the older index.js.
As a workaround, I'm getting the package from github instead of NPM:
devDependencies {
"angular2-template-loader": "TheLarkInn/angular2-template-loader"
...
}
Sorry just discovering this now. I'm going to find some time tomorrow after working on some infra to get this updated. Apoligies.
Have the same error. Please publish the current state of the project.
Publishing today. Apologize for delay everyone had been out of town until now. When I get into office I will publish. Also if there is anyone interested in helping me maintain this, I would greatly appreciate the support.
@TheLarkInn Thanks, I know the struggle :) I will watch your repo maybe I can help out. But currently everything works as expected.