diff --git a/links.md b/links.md index 33e17bc38c7c1abf9d9addbfc24613e7d73d3811..51b2081d6f8808a144905c046aee3ba2511de2e5 100644 --- a/links.md +++ b/links.md @@ -12,14 +12,16 @@ Here are some useful links that are referenced in or supplement this course: | Angular Errors List | Official Angular documentation | https://angular.io/errors | 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 +| Angular DevTools | Chrome extension for Angular debugging and profiling | https://chrome.google.com/webstore/detail/angular-devtools/ienfalfjdbdpebioblfackkekamfmbnh +| Angular ESLint | Enabling ESLint in Angular projects | https://github.com/angular-eslint/angular-eslint | Angular npm packages | List of Angular npm packages | https://www.npmjs.com/~angular -| 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 -| JavaScript Array filter function | Link to the documentation | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter -| node/npm | Link to download node and npm | https://nodejs.org/en/download +| Bootstrap | Style library used in the course | https://getbootstrap.com/ +| Font Awesome | Font library used in the course | https://fontawesome.com +| JavaScript Array filter function | JavaScript documentation for the filter function | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter +| node/npm | Download node and npm | https://nodejs.org/en/download | TypeScript Playground | Try out TypeScript code in your browser | https://www.typescriptlang.org/play -| VS Code | Link to a recommended code editor | https://code.visualstudio.com/ -| Web event docs | Link to the documentation for Web events | https://developer.mozilla.org/en-US/docs/Web/Events +| VS Code | Recommended code editor | https://code.visualstudio.com/ +| Web event docs | JavaScript documentation for Web events | https://developer.mozilla.org/en-US/docs/Web/Events ### Additional Suggested Pluralsight Courses