Angular Tutorial 7 - The Getting started Angular 7 - Angular lesson 1

Опубликовано: 15 Февраль 2019
на канале: Android Example
16
2

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