Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 699 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 699 Bytes

Angular with TypeScript Workshop @Voxxed Days Cluj 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

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.