angular-template-formatter
angular-template-formatter copied to clipboard
Support for Inline templates
Can you support the functionality for inline templates?
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.