This is sources of angular control panel for VPNFace Lite project (https://github.com/abrakadobr/vpnface_lite/) This project was generated with Angular CLI version 6.0.1.
Nice way for development, is cteating link to compiled path at vpnface_lite folder like
#removing compiled data
rm -rf $VPNFACE_LITE_DIR/vpnface
#linking dev compiled to vpnface_lite
ln -s $DEV_PATH/dist/vpnface $VPNFACE_LITE_DIR/vpnface
#start angular builds for development
ng build --watch
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.