You need environments listed below on your PC to proceed with this workshop
- Node.js (Version 8 or lator)
https://nodejs.org/ja/
* npm is included inNode.js - Code Editor (Visual Studio Code is recommended)
https://code.visualstudio.com/download
Please install them if you haven't.
You also need to install Angular CLI on your machine. Please install it with the following command if you haven't yet.
$ npm install -g @angular/cliIn this workshop you connect to the Northwind Web Services to get some sample datasource to display. You need to be online but you don't have to prepare any DB on your local.