Welcome slide deck for the Angular Master Class.
Unlike the AMC Classroom, this repo is not hosted on Github pages. To serve these slides, simply web host the index.html page from the repo root.
live-serverWhen you arrive to the Demo slide (~page 8), you can show a live demonstration of the final (1st day), jump start solution. In your local AMC Solutions repo, check out the jump-start-step-13 and run the application:
git co jump-start-step-13
ng serveIn another terminal, run the REST-API server for the Contacts dataservice calls
npm run rest-apiThen view the application at http://localhost:4200

