I have the following Angular2 TypeScript code with a section commented out as per Javascript convention:
@Component({ selector: \'my-app\', template:
Does not seem to work, though, because it only hides the HTML, while still trying to execute the typescript code inside the commented section.