I am trying to install the angular compiler (ngc) as a project specific dependency for my nativescript plugin. But there is no info on how to install it.
I want to be able to run:
./node_modules/.bin/ngc
I am trying to install the angular compiler (ngc) as a project specific dependency for my nativescript plugin. But there is no info on how to install it.
I want to be able to run:
./node_modules/.bin/ngc
The ngc command line tool for the compiler can be installed using
npm add @angular/compiler-cli