Artefacts from JS and Angular workshop conducted on 2,3,4th Sept, 2017
Environment setup
- Install nodejs and npm
- Install follwoing npm packages
npm install -g typescript
npm install -g ts-node
npm install -g @angular/cli - Verification
tsc -v
ts-node -v
ng -v
Create a new angular application ng new demo-app