Activity #8 : Getting Started with Angular

Step # 1: Download the Node.js

Download the node.js LTS version in your browser and their official website Node.js — Run JavaScript Everywhere (nodejs.org)

Step # 2: Download the Node.js

install angular using this command "npm install -g @angular/cli"

Step # 3: Create new Angular project

to create new angular Project, you will need to type the "ng new then Project name on folder name"

Step # 4: Run the Angular

Edit your app.component.html

Step # 5: Make your First Change

Step # 6: Output