I have the following block in my app.component.ts file:
app.component.ts
@Component({ selector: \'my-app\', template: ` {{title}}&l
You can use Edit Angular2HTML Fragment intention:
Edit Angular2HTML Fragment
To bring it up, just click Ctrl+Enter on the string. It will open editor, where you can prettify code and the changes will be reflected in the string.
Ctrl+Enter