|
| 1 | +### Useful Links |
| 2 | + |
1 | 3 | Here are some useful links that are referenced in or supplement this course:
|
2 | 4 |
|
3 | 5 | | Name | Description | Link |
|
4 | 6 | | ---- | ----------- | ---- |
|
5 | 7 | | Github Repo | Code for the course | https://github.com/DeborahK/Angular-GettingStarted
|
6 | 8 | | Course | Pluralsight course | https://app.pluralsight.com/library/courses/angular-2-getting-started-update
|
7 | 9 | | Course discussion | Discussion page for the course | https://app.pluralsight.com/library/courses/angular-2-getting-started-update /discussion
|
| 10 | +| Angular documentation | Official Angular documentation | angular.io |
8 | 11 | | 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/\
|
9 | 12 | | Stackblitz | Try out Angular in your browser without downloading anything | https://stackblitz.com/github/DeborahK/Angular-GettingStarted/tree/master/APM-Start
|
10 | 13 | | TypeScript Playground | Try out TypeScript code in your browser | http://www.typescriptlang.org/Playground/
|
11 | 14 | | VS Code | Link to a recommended code editor | https://code.visualstudio.com/
|
| 15 | +| Bootstrap | Link to the style library used in the course | https://getbootstrap.com/ |
| 16 | +| Font Awesome | Link to the font library used in the course | https://fontawesome.com |
12 | 17 | | Angular npm packages | List of Angular npm packages | https://www.npmjs.com/~angular
|
| 18 | +| Web event docs | Link to the documentation for Web events | https://developer.mozilla.org/en-US/docs/Web/Events |
| 19 | + |
| 20 | +### Additional Suggested Pluralsight Courses |
13 | 21 |
|
| 22 | +| Name | Link | |
| 23 | +| ---- | ----- | |
| 24 | +| Angular: Reactive Forms | https://app.pluralsight.com/library/courses/angular-2-reactive-forms |
| 25 | +| Angular Routing | https://app.pluralsight.com/library/courses/angular-routing |
| 26 | +| Angular Component Communication | https://app.pluralsight.com/library/courses/angular-component-communication |
| 27 | +| Angular NgRx: Getting Started | https://app.pluralsight.com/library/courses/angular-ngrx-getting-started |
| 28 | +| Angular CLI | https://app.pluralsight.com/library/courses/angular-cli/table-of-contents |
| 29 | +| 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/table-of-contents |
| 30 | +| Angular Fundamentals | https://app.pluralsight.com/library/courses/angular-fundamentals/table-of-contents |
| 31 | +| Angular HTTP Communication | https://app.pluralsight.com/library/courses/angular-http-communication/table-of-contents |
| 32 | +| Unit Testing in Angular | https://app.pluralsight.com/library/courses/unit-testing-angular/table-of-contents |
0 commit comments