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

Support for Inline templates #7

Open
sagar-ganatra opened this issue May 14, 2018 · 4 comments
Open

Support for Inline templates #7

sagar-ganatra opened this issue May 14, 2018 · 4 comments

Comments

@sagar-ganatra
Copy link

Can you support the functionality for inline templates?

@quentinfau
Copy link

I would like that feature too, i didn't find any way to do that currently.

@stringham
Copy link
Owner

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.

@quentinfau
Copy link

Too bad, thanks anyway

@michael-mcmasters
Copy link

I also would love this.

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

No branches or pull requests

4 participants