I have a lot, and I can not find anything on this topic. I am working on a Typescript Angular 2 application and have set up my tool to compile my .ts files in JavaScript locally and the JavaScript files in a browser.
I recently realized that I can enable typescript.js and modify System.config a bit and avoid having to compile .ts files on the local computer and allow it to run in the browser at runtime.
My question is, is there a problem in browser decryption? Should I be interested in performance as my application grows? Common sense tells me yes, but I was looking for some feedback from those who have experience with this setting.
source share