How Angular Application start
After Generating Angular 7 Project From Angular CLI You Have To Follow These Step :
Step1:
- Open a command prompt and move to your project directory as shown below
Step2:
- Type command ng serve and press enter
Step3:
- After that Angular application will be starting on port number 4200 on lite server
Step4:
- Now Open Your web browser and type localhost:4200 and press enter it will display a welcome page


0 टिप्पणियाँ