0
I’m starting to study Angular (current version) and I checked that after all the codes are compiled, the development information comments I put in the archives .ts
are replicated to the files .js
generated by Angular. These comments are available for reading in the sources of the generated page and displayed in the browser. I need the comments for documentation.
Is there any way to prevent comments from the files .ts
are replicated to the files .js
?
If you build for production you probably wouldn’t show up.
– Eduardo Vargas