You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: links.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,16 @@ Here are some useful links that are referenced in or supplement this course:
12
12
| Angular Errors List | Official Angular documentation | https://angular.io/errors
13
13
| 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/
14
14
| 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
| 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
20
22
| 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
0 commit comments