generator-angular2-library
generator-angular2-library copied to clipboard
Feature request: Allow double quotes for template inlining
As far as I understand, the regex in the gulp function inlineTemplate() only searches for a string in the format templateUrl: '...'
and does not cover double quotes notation like templateUrl: "..."
.
I can create a pull request for this but are there other parts in the project that expect us to use single quotes?
I have extended the regular expression for double quotes, which has worked without further modifications.
I can't believe it was not working cause the double quotes... Why is that?? Still not working in the latest version @12.4.1