Ng Command Usage
Ng command can be used for different purposes in angular cli project. They are as follows:- 1. For Generating and serving an Angular project via a development server: ng new PROJECT_NAME cd PROJECT_NAME ng serve You can configure the default HTTP port and the one used by the LiveReload server with two command-line options : […]