Angular Tutorial 7, learn Angular 7, angular tutorial, setting angular Welcome to Angular! Angular helps you build modern applications for the web, mobile, or desktop.
Step 1: Install the Angular CLI
Before you open CMD on computer.
npm install -g @angular/cli
Step 2: Create a workspace and initial application
ng new my-app
Step 3: Serve the application