Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 823 Bytes

File metadata and controls

25 lines (17 loc) · 823 Bytes

Required Environment

You need environments listed below on your PC to proceed with this workshop

Please install them if you haven't.

Angular CLI

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/cli

Datasource to use

In 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.

Next

01 Generate Angular project with Ignite UI CLI