Angular 2: how to clean up an assembly?

I am using the suggested development construct here . At some point, I decided to delete the typescript file (say 'myfile.ts'). My application was recompiled in no time, but myfile.js and myfile.js.map were left behind, although apparently they are no longer needed. How do I "clean and build" Angular 2 applications?

+3


source to share





All Articles