1

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 ?

Sajith Mantharath
  • 2,297
  • 2
  • 17
  • 19
  • 1
    just use tsc: [Typescript compile to single file](http://stackoverflow.com/questions/34474651/typescript-compile-to-single-file) – drew moore Jun 05 '16 at 09:26
  • +1 @drewmoore There is no way from compile a single `.ts` file out of the box currently with the Angular CLI. – Mikeumus Oct 23 '16 at 15:59

0 Answers0