/* */ typescript comment delimiter
They do not work inside a string literal.
Instead of comment syntax, you can use comment syntax <<21>.
@Component({ selector: 'my-app', template: `<h1>{{title}}</h1> <h2>{{lene.name}}</h2> <div><label>id: </label>{{lene.id}}</div> ' <div><label>description: </label>{{lene.description}}</div> })
HTML commented this way is still added to the DOM, but only as a comment.
source share