Brushing up on my Angular and TypeScript
Setup
- Make sure NodeJS is installed
- Make sure Angular CLI is installed
npm install -g @angular/cli
- Configure apps using the syntax
ng new <pkg-name>
First:
cd web
Followed by:
ng new SimpleAngularApp
First:
cd web
Followed by:
ng serve