Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 718 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 718 Bytes

Angular 2 with TypeScript Workshop @Voxxed days 2017 - with Andrei Antal

Workshop contents

  1. Boostraping
  2. Components
  3. Services
  4. Routing
  5. Forms
  6. Http

Follow the the instructions for each chapter and check out the corresponding branch to see the final version.

This project was generated with Angular CLI version 1.0.0-rc.1.

Starting the project

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.