scottcagno / angular-refresher

Brushing up on my Angular and TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Brushing up on my Angular and TypeScript

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 61.7%Language:TypeScript 23.9%Language:HTML 12.7%Language:JavaScript 1.2%Language:Shell 0.4%Language:CSS 0.2%