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: 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 |
TypeScript Playground | Try out TypeScript code in your browser | http://www.typescriptlang.org/Playground/ |
VS Code | Link to a recommended code editor | https://code.visualstudio.com/ |
Bootstrap | Link to the style library used in the course | https://getbootstrap.com/ |
Font Awesome | Link to the font library used in the course | https://fontawesome.com |
Angular npm packages | List of Angular npm packages | https://www.npmjs.com/~angular |
Web event docs | Link to the documentation for Web events | https://developer.mozilla.org/en-US/docs/Web/Events |