We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
Would gladly accept a PR. This should work, however I'm not sure if this would/could support context modules.
Sorry, something went wrong.
c58930d fixed this.
No branches or pull requests
when you use ES6 quotation marks like
this will render just "./app.component.html" in your app
Only the following quotation marks are working at the Moment.
The text was updated successfully, but these errors were encountered: