Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Templates with ES6 quotation Marks are not Compiled #42

Open
squadwuschel opened this issue Nov 26, 2016 · 2 comments
Open

Templates with ES6 quotation Marks are not Compiled #42

squadwuschel opened this issue Nov 26, 2016 · 2 comments

Comments

@squadwuschel
Copy link

when you use ES6 quotation marks like

templateUrl:  `./app.component.html`

this will render just "./app.component.html" in your app

Only the following quotation marks are working at the Moment.

templateUrl: './app.component.html'
templateUrl: "./app.component.html"
@TheLarkInn
Copy link
Owner

Would gladly accept a PR. This should work, however I'm not sure if this would/could support context modules.

@marcovdb
Copy link

marcovdb commented Feb 8, 2017

c58930d fixed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants