Skip to content

Commit 7da87d4

Browse files
authored
Update links.md
1 parent f6237cd commit 7da87d4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

links.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
1+
### Useful Links
2+
13
Here are some useful links that are referenced in or supplement this course:
24

35
| Name | Description | Link |
46
| ---- | ----------- | ---- |
57
| Github Repo | Code for the course | https://github.com/DeborahK/Angular-GettingStarted
68
| Course | Pluralsight course | https://app.pluralsight.com/library/courses/angular-2-getting-started-update
79
| 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
811
| 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/\
912
| Stackblitz | Try out Angular in your browser without downloading anything | https://stackblitz.com/github/DeborahK/Angular-GettingStarted/tree/master/APM-Start
1013
| TypeScript Playground | Try out TypeScript code in your browser | http://www.typescriptlang.org/Playground/
1114
| 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
1217
| 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
1321

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

Comments
 (0)