I'm working on an Angular 2 project and using Angular CLI to create new components & services and build and I want to push a specific fix to production.
I have hundreds of components and files, don't want to compile everything and push to production only a specific change.
Is there any way to compile a specific TS file ?