-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support for Inline templates #7
Comments
I would like that feature too, i didn't find any way to do that currently. |
you mean the template in: @Component({
...
template: `<div>
<p>This is my template</p>
</div>`,
...
}) I have no plans to implement this, but would be happy to accept a pull request. One challenge with doing it in vscode is that many people have auto formatters for their typescript or javascript, and you can't currently run two separate formatters on the same file. |
Too bad, thanks anyway |
I also would love this. |
Can you support the functionality for inline templates?
The text was updated successfully, but these errors were encountered: