I have the following Angular2 TypeScript code with a section commented out as per Javascript convention:
@Component({ selector: \'my-app\', template:
If you are in the template, use the HTML comment :
@Component({ selector: 'my-app', template: ` {{title}} {{lene.name}} id: {{lene.id}} description: {{lene.description}} ` })