Options (2)
booleanStart the application
Example:
ng {{[s|serve]}}-o, --openbooleanStart the application and open it in a browser
Example:
ng {{[s|serve]}} {{[-o|--open]}}Examples (7)
Start the application
ng [s|serve]Start the application and open it in a browser
ng [s|serve] [-o|--open]Start the application on port `4201`
ng [s|serve] --port 4201Start the application and listen on all network interfaces
ng [s|serve] --host 0.0.0.0Start the application using HTTPS
ng [s|serve] --sslStart the application with verbose logging
ng [s|serve] --verboseRebuild the application when files change
ng [s|serve] --watchmade by @shridhargupta | data from tldr-pages