/angular-master-class-welcome

Welcome slide deck

Primary LanguageJavaScriptMIT LicenseMIT

Welcome slide deck for the Angular Master Class.

amc_welcome

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-server

Demo JumpStart

When 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 serve

In another terminal, run the REST-API server for the Contacts dataservice calls

npm run rest-api

Then view the application at http://localhost:4200

amcw_demo_live