X
    Categories: Angular

How Angular Application start

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

Angular Application Started Successfully Enjoy !!!!

Summary Of Application Start :


girjesh:

View Comments (8)