Open gbrunow opened 5 years ago
It would be useful to run shell scripts, for example, run ng serve when opening an Angular project. This would be easy to set up since on the project side since you can have project specific settings.
ng serve
This would be a useful feature, now it just throws an error that ng cannot be found.
ng
It would be useful to run shell scripts, for example, run
ng serve
when opening an Angular project. This would be easy to set up since on the project side since you can have project specific settings.