Speaker: Ferdinand Malcher
Date: 17. Juli 2018
Location: Fensterplatz Heidelberg
This is the example app for the first Angular Meetup in Heidelberg. We will bring it to life together.
You need the Angular CLI to be installed globally:
npm install @angular/cliClone the repo and run the local installation:
npm installYou might want to build the cart library first which is part of this repo:
ng run cart:buildAfter that you're ready to start the app:
ng serveOpen your browser at http://localhost:4200 to see it in action.

