Activity #8 : Getting Started with Angular
Step1: Run the ng new my-angular-app this will create a boiler plate

Step 2: Serve the Angular Application

Step 3: Open the App in the browser
After the compilation is complete, open your browser and navigate to: http://localhost:4200/

Step 4: Edit

