/angular-refresher

Brushing up on my Angular and TypeScript

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

angular-refresher

Brushing up on my Angular and TypeScript


Setup

  1. Make sure NodeJS is installed
  2. Make sure Angular CLI is installed npm install -g @angular/cli
  3. Configure apps using the syntax ng new <pkg-name>

Creating our SimpleAngularApp

First:

cd web

Followed by:

ng new SimpleAngularApp

Serving It Up

First:

cd web

Followed by:

ng serve