Angular: Difference between revisions

From Wiki RB4
Line 9: Line 9:
  mkdir angular
  mkdir angular
  ng new my-app1
  ng new my-app1
cd my-app1
ng serve --open
http://localhost:4200/


==Resources==
==Resources==
* [https://angular.io/guide/setup-local Official Getting Started]
* [https://angular.io/guide/setup-local Official Getting Started]

Revision as of 21:05, 8 July 2020

Concept

Style Guide

Installation

npm install -g @angular/cli
cd C:\Uwes
mkdir angular
ng new my-app1
cd my-app1
ng serve --open
http://localhost:4200/

Resources