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 |
Name | Link |
---|---|
Angular: Reactive Forms | https://app.pluralsight.com/library/courses/angular-2-reactive-forms |
Angular Routing | https://app.pluralsight.com/library/courses/angular-routing |
Angular Component Communication | https://app.pluralsight.com/library/courses/angular-component-communication |
Angular NgRx: Getting Started | https://app.pluralsight.com/library/courses/angular-ngrx-getting-started |
Angular CLI | https://app.pluralsight.com/library/courses/angular-cli |
Play by Play: Angular 2/RxJS/HTTP and RESTful Services with John Papa and Dan Wahlin | https://app.pluralsight.com/library/courses/play-by-play-angular-2-rxjs-http-restful-services-john-papa-dan-wahlin |
Angular Fundamentals | https://app.pluralsight.com/library/courses/angular-fundamentals |
Angular HTTP Communication | https://app.pluralsight.com/library/courses/angular-http-communication |
Unit Testing in Angular | https://app.pluralsight.com/library/courses/unit-testing-angular |