Here are some useful links that are referenced in or supplement this course:
| Name | Description | Link |
|---|---|---|
| Github Repo | Code for the course | https://github.com/DeborahK/Angular-GettingStarted |
| Course | Pluralsight course | https://app.pluralsight.com/library/courses/angular-2-getting-started-update |
| Course discussion | Discussion page for the course | https://app.pluralsight.com/library/courses/angular-2-getting-started-update/discussion |
| Angular documentation | Official Angular documentation | https://angular.io/ |
| Angular Update Guide | Instructions to update from one Angular version to another | https://update.angular.io/ |
| Angular Errors List | Official Angular documentation | https://angular.io/errors |
| Angular: Getting Started Problem Solver | Blog post that identifies common issues you may run into when using the sample code in this course, along with solutions. | http://blogs.msmvps.com/deborahk/angular-2-getting-started-problem-solver/ |
| Stackblitz | Try out Angular in your browser without downloading anything | https://stackblitz.com/github/DeborahK/Angular-GettingStarted/tree/master/APM-Start |
| Angular DevTools | Chrome extension for Angular debugging and profiling | https://chrome.google.com/webstore/detail/angular-devtools/ienfalfjdbdpebioblfackkekamfmbnh |
| Angular ESLint | Enabling ESLint in Angular projects | https://github.com/angular-eslint/angular-eslint |
| Angular npm packages | List of Angular npm packages | https://www.npmjs.com/~angular |
| Bootstrap | Style library used in the course | https://getbootstrap.com/ |
| Font Awesome | Font library used in the course | https://fontawesome.com |
| JavaScript Array filter function | JavaScript documentation for the filter function | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter |
| node/npm | Download node and npm | https://nodejs.org/en/download |
| TypeScript Playground | Try out TypeScript code in your browser | https://www.typescriptlang.org/play |
| VS Code | Recommended code editor | https://code.visualstudio.com/ |
| Web event docs | JavaScript documentation for Web events | https://developer.mozilla.org/en-US/docs/Web/Events |