I'm starting to study Angular (current version) and I have verified that after all the codes are compiled, the development information comments that I put in the .ts
files are replicated to the .js
files generated by Angular. These comments are available for reading in the page sources generated and displayed in the browser. I need the comments for the sake of documentation.
Is there any way to prevent comments from .ts
files from being replicated to .js
?