angular CLI notes 0

last updated: 09 Feb 2019

Setup Pre-requisites:


Required:

Optional:


Angular CLI Setup:


Test pre-reqs and Install:

node -v

npm -v

If both thse conditions are met, install Angular CLI

npm install -g @angular/cli


Test installation:

Create test project:

ng new test-app

Change working directory to newly created app directory:

cd test-app

Serve app to default web browser:

ng serve --open

ng serve --port 7777 --open

This should render the default Angular App, if everything is setup correctly.


JavaScript Concepts:

TypeScript Concepts:

Angular Concepts:


created: 25 Nov 2018
today's track: Everything Explained by Filterheadz