Skip to content

Commit 357cb53

Browse files
authored
Update links.md
1 parent e65b438 commit 357cb53

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

links.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ Here are some useful links that are referenced in or supplement this course:
1212
| Angular Errors List | Official Angular documentation | https://angular.io/errors
1313
| 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/
1414
| Stackblitz | Try out Angular in your browser without downloading anything | https://stackblitz.com/github/DeborahK/Angular-GettingStarted/tree/master/APM-Start
15+
| Angular DevTools | Chrome extension for Angular debugging and profiling | https://chrome.google.com/webstore/detail/angular-devtools/ienfalfjdbdpebioblfackkekamfmbnh
16+
| Angular ESLint | Enabling ESLint in Angular projects | https://github.com/angular-eslint/angular-eslint
1517
| Angular npm packages | List of Angular npm packages | https://www.npmjs.com/~angular
16-
| Bootstrap | Link to the style library used in the course | https://getbootstrap.com/
17-
| Font Awesome | Link to the font library used in the course | https://fontawesome.com
18-
| JavaScript Array filter function | Link to the documentation | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter
19-
| node/npm | Link to download node and npm | https://nodejs.org/en/download
18+
| Bootstrap | Style library used in the course | https://getbootstrap.com/
19+
| Font Awesome | Font library used in the course | https://fontawesome.com
20+
| JavaScript Array filter function | JavaScript documentation for the filter function | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter
21+
| node/npm | Download node and npm | https://nodejs.org/en/download
2022
| TypeScript Playground | Try out TypeScript code in your browser | https://www.typescriptlang.org/play
21-
| VS Code | Link to a recommended code editor | https://code.visualstudio.com/
22-
| Web event docs | Link to the documentation for Web events | https://developer.mozilla.org/en-US/docs/Web/Events
23+
| VS Code | Recommended code editor | https://code.visualstudio.com/
24+
| Web event docs | JavaScript documentation for Web events | https://developer.mozilla.org/en-US/docs/Web/Events
2325

2426
### Additional Suggested Pluralsight Courses
2527

0 commit comments

Comments
 (0)